summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-17 04:19:36 -0500
committerJeff Carr <[email protected]>2025-10-17 04:19:36 -0500
commit9374a3e27c2bb924cd84aaac97fe8e8eec0c2bf4 (patch)
treef6b5074646535bd9df43e398c6a3c8e46b0a874f
parent3029cd72c4964c656ae6b5baf202d5b81cd97b0a (diff)
also show state changev0.0.168
-rw-r--r--tableReposDefault.go3
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