diff options
Diffstat (limited to 'tableSmart.go')
| -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 { |
