mintInstall doesn't have relative spaces between categories
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Linux Mint |
Confirmed
|
Low
|
Clement Lefebvre |
Bug Description
The spaces inbetween categories in mintInstall, also known as the Software Manager, are not relative but absolute.
In your untranslated English world that may not be a problem since English is not very fond of putting multiple words together to form one long word describing one thing. But in IE Swedish it is very common. Kontaktlednings
While that is a little bit besides the point, I will now show you how this relates to mintInstall:
http://
You can see there that two category titles are being squished together, this due to the spacing inbetween categories not being relative.
As far as I understand the programming of mintInstall these categories are rendered as webpages. As of such I would recommend having a minimum width {min-width:100px;} and allow the maximum size to grow as large as it want's or maybe to a cap of {max-width:200px;}. Maybe we need to hyphenate words, wrap them onto the next line.
Hi, thank you for reporting this issue.
It seems you're right, there's an issue with the
template used in the webkit component. I'm
sure Clem will be able to fix this as he's more
familiar with the tool, if not I'll give it the look
over myself.
Thank you for helping to improve the Linux Mint
distribution :)