summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tableSmart.go2
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 {