https://bugs.kde.org/show_bug.cgi?id=450673
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.24.3 Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/commit/ | |a630dfb6b6bbe6edc4a0246f309 | |ca6632f763711 Resolution|--- |FIXED --- Comment #10 from Nate Graham <n...@kde.org> --- Git commit a630dfb6b6bbe6edc4a0246f309ca6632f763711 by Nate Graham. Committed on 23/02/2022 at 23:24. Pushed by ngraham into branch 'master'. SDDM theme: stop eliding people's names so aggressively When more than one user is shown on the login screen, username labels are limited to the width of the avatar so they don't overlap one another. However they are not allowed to become multi-line strings, so they can get elided if they are not somewhat short. This was worsened recently by a change in Plasma 5.24 to increase the size of the username labels, which shortened the amount of text that can be seen without eliding. This commit fixes that problem by allowing constrained username labels to become multi-line strings with up to 3 lines, and adjusting the surrounding layout to visually accommodate this. FIXED-IN: 5.24.3 M +7 -0 lookandfeel/contents/components/SessionManagementScreen.qml M +11 -14 lookandfeel/contents/components/UserDelegate.qml M +2 -1 lookandfeel/contents/components/UserList.qml https://invent.kde.org/plasma/plasma-workspace/commit/a630dfb6b6bbe6edc4a0246f309ca6632f763711 -- You are receiving this mail because: You are watching all bug changes.