diff options
| author | Jeff Carr <[email protected]> | 2025-10-14 05:00:19 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-14 05:00:19 -0500 |
| commit | 0d85a0ef02516eb9677e21390325413e4c4132e3 (patch) | |
| tree | ac5b553fbf24952b8fe423e937fe0d84364ebe9a | |
| parent | 4e73e0c54d95a49e704c9d19b60ff4546b55674e (diff) | |
try to print times in the patches tablev0.0.181
| -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 |
