summaryrefslogtreecommitdiff
path: root/tableDefault.go
diff options
context:
space:
mode:
Diffstat (limited to 'tableDefault.go')
-rw-r--r--tableDefault.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/tableDefault.go b/tableDefault.go
index 2cb8f9a..823fa98 100644
--- a/tableDefault.go
+++ b/tableDefault.go
@@ -82,11 +82,11 @@ func (f *Forge) makeDefaultTB(pb *gitpb.Repos) *gitpb.ReposTable {
})
col.Width = 3
+ col = t.AddState()
+ col.Width = 12
+
col = t.AddURL()
col.Width = 42
-
- col = t.AddState()
- col.Width = -1
return t
}