summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doTag.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/doTag.go b/doTag.go
index cf76169..2f1e958 100644
--- a/doTag.go
+++ b/doTag.go
@@ -97,6 +97,8 @@ func makeTagTablePB(pb *gitpb.GitTags) *gitpb.GitTagsTable {
return tag.Creatordate.AsTime()
})
cola.Width = 16
+ tmp := t.AddSubject()
+ tmp.Width = -1
return t
}