diff options
| author | Jeff Carr <[email protected]> | 2025-10-05 03:55:22 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-05 03:55:22 -0500 |
| commit | 952334bf58e49e381171e2c71e20a847f4138df6 (patch) | |
| tree | f430252265c34d30162027c0bf657cfbfe52a841 /tableDefault.go | |
| parent | 8d50f01597cde8c7ae0fd451347d93196b97f900 (diff) | |
code cleanups. old non-protobuf code almost gonev0.0.166
Diffstat (limited to 'tableDefault.go')
| -rw-r--r-- | tableDefault.go | 6 |
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 } |
