[plasmashell] [Bug 524003] "Switch sidebar categories when hovering" reduces height of sidebar list items
cwo <[email protected]>
| Newsgroups | gmane.comp.kde.devel.bugs |
|---|---|
| Message-ID | <[email protected]/> |
https://bugs.kde.org/show_bug.cgi?id=524003 cwo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from cwo <[email protected]> --- It's less that enabling switchOnHover makes them smaller, it's that disabling that makes them larger. There's extra padding added in that mode, as it means that two things may be highlighted (the one that's currently active and the one that is hovered), whereas only one can be with switchOnHover. Without the extra padding, the two highlights can touch, which looks bad. https://invent.kde.org/plasma/plasma-desktop/-/blob/master/applets/kickoff/KickoffListView.qml#L143 Maybe we should always add the extra padding. I'm a bit worried that people will complain that the layout they've been using for a long time now fits fewer things though. -- You are receiving this mail because: You are watching all bug changes.