https://bugs.kde.org/show_bug.cgi?id=406806
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.18.7 Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/commit/60 | |7675367baab275c2faab255ca85 | |df0b9a5e3f1 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #5 from Nate Graham <n...@kde.org> --- Git commit 607675367baab275c2faab255ca85df0b9a5e3f1 by Nate Graham. Committed on 07/01/2021 at 16:45. Pushed by ngraham into branch 'master'. [folder view] Fix display on not-skinny vertical panels Folder view has some logic to switch between its compact and full representations for vertical panels, but it is faulty, and causes the switch to happen at approximately 50px width. At this width, the display is completely unusable as the text is elided away into nothingness. This commit remedies the situation by imposing a more sane minimum width based on gridUnit. With the default 10pt font, the minimum thickness is now 144px, which leaves enough room for the labels to be at least partially visible. At lower panel widths, the applet displays its compact representation. FIXED-IN: 5.18.7 M +2 -2 containments/desktop/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/commit/607675367baab275c2faab255ca85df0b9a5e3f1 -- You are receiving this mail because: You are watching all bug changes.