diff options
| author | Jeff Carr <[email protected]> | 2025-10-15 18:24:57 -0500 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-15 18:24:57 -0500 | 
| commit | 3c588fb8c6743f4f63ac8ec60b236dd4f6ebfd91 (patch) | |
| tree | 797df59aa5aab8d7a2e5923456a5c1a361abf05d | |
| parent | fdfa01e9ada12bd661014c6726fb1463255d95fd (diff) | |
was too narrow
| -rw-r--r-- | tableSmart.go | 2 | 
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  }  | 
