summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tableSmart.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tableSmart.go b/tableSmart.go
index 15eb093..28ffeb2 100644
--- a/tableSmart.go
+++ b/tableSmart.go
@@ -41,7 +41,7 @@ func (t *PackagesTable) AddSmartVersion() *PackageFunc {
sf := t.AddStringFunc("Version", func(m *Package) string {
return m.Version
})
- sf.Width = 14
+ sf.Width = 16
return sf
}