fix column width

This commit is contained in:
Joey Hess 2024-08-21 12:18:16 -04:00
parent de7ac1bb70
commit 2ec4602e36
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -98,7 +98,7 @@ sizeOverview o = do
(widths, headers) = unzip
[ (7, "size")
, (7, "maxsize")
, (4, "%full")
, (5, "%full")
, (0, "repository")
]