diff options
| author | Jeff Carr <[email protected]> | 2025-10-17 04:19:36 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-17 04:19:36 -0500 |
| commit | 9374a3e27c2bb924cd84aaac97fe8e8eec0c2bf4 (patch) | |
| tree | f6b5074646535bd9df43e398c6a3c8e46b0a874f /tableReposDefault.go | |
| parent | 3029cd72c4964c656ae6b5baf202d5b81cd97b0a (diff) | |
also show state changev0.0.168
Diffstat (limited to 'tableReposDefault.go')
| -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 |
