summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-15 18:24:57 -0500
committerJeff Carr <[email protected]>2025-10-15 18:24:57 -0500
commit3c588fb8c6743f4f63ac8ec60b236dd4f6ebfd91 (patch)
tree797df59aa5aab8d7a2e5923456a5c1a361abf05d
parentfdfa01e9ada12bd661014c6726fb1463255d95fd (diff)
was too narrow
-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
}