diff options
| -rw-r--r-- | tableReposDefault.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tableReposDefault.go b/tableReposDefault.go index 362bb02..637d4a2 100644 --- a/tableReposDefault.go +++ b/tableReposDefault.go @@ -89,6 +89,9 @@ func (pb *Repos) MakeDefaultTB() *ReposTable { col.Width = 20 col = t.AddState() + col.Width = 16 + + col = t.AddStateChange() col.Width = -1 return t |
