From 4ed59de3a23722bbdfc3640f0aeb64f56ea035f6 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 15 Oct 2025 02:48:22 -0500 Subject: is always going to be 28 --- tableSmart.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3