https://bugs.kde.org/show_bug.cgi?id=458614
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.24.7 Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/commit/ | |0dad5f0789c8eb5e4fa893622fd | |c550898488779 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Nate Graham <n...@kde.org> --- Git commit 0dad5f0789c8eb5e4fa893622fdc550898488779 by Nate Graham. Committed on 05/09/2022 at 20:12. Pushed by ngraham into branch 'master'. kcms/users: don't let "Choose Fileā¦" text overflow When using a language that's wordier than English and this label becomes a two-line string, currently the layout breaks and the string overflows because the Label item that draws it has no maximum height and elision mode set. This commit fixes that by setting them accordingly, and also using a standard icon size for the icon so that there's actually enough room for two lines of text. FIXED-IN: 5.24.7 M +27 -17 kcms/users/package/contents/ui/UserDetailsPage.qml https://invent.kde.org/plasma/plasma-workspace/commit/0dad5f0789c8eb5e4fa893622fdc550898488779 -- You are receiving this mail because: You are watching all bug changes.