diff options
| author | Jeff Carr <[email protected]> | 2025-10-15 02:48:22 -0500 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-15 02:48:22 -0500 | 
| commit | 4ed59de3a23722bbdfc3640f0aeb64f56ea035f6 (patch) | |
| tree | bafd3b1c5cd4c5e6c9df601e9900422b2825c35e | |
| parent | 544e3e7333e75f985836c07914008c9767635e7a (diff) | |
is always going to be 28v0.0.90
| -rw-r--r-- | tableSmart.go | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tableSmart.go b/tableSmart.go index 31adf11..9e151c7 100644 --- a/tableSmart.go +++ b/tableSmart.go @@ -111,7 +111,7 @@ func (m *Machine) makeSmartTable(pb *Packages) *PackagesTable {  		}  		return ""  	}) -	col.Width = 22 +	col.Width = 28  	col = t.AddStringFunc("md5sum", func(p *Package) string {  		if p.DebInfo == nil {  | 
