diff options
| -rw-r--r-- | tablePatches.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tablePatches.go b/tablePatches.go index e777afe..5aa0726 100644 --- a/tablePatches.go +++ b/tablePatches.go @@ -60,7 +60,7 @@ func (pb *Patches) MakeTable() *PatchesTable { // todo return p.Ctime.AsTime() }) - col.Width = 4 + col.Width = 12 col = t.AddState() col.Width = 20 |
