https://bugs.kde.org/show_bug.cgi?id=458614
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-workspace/commit/ |ma/plasma-workspace/commit/ |0dad5f0789c8eb5e4fa893622fd |d99460b343b51a0b47c1cc204af |c550898488779 |da342632951af --- Comment #3 from Nate Graham <n...@kde.org> --- Git commit d99460b343b51a0b47c1cc204afda342632951af by Nate Graham. Committed on 05/09/2022 at 21:18. Pushed by ngraham into branch 'cherry-pick-0dad5f07'. 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 (cherry picked from commit 0dad5f0789c8eb5e4fa893622fdc550898488779) M +27 -17 kcms/users/package/contents/ui/UserDetailsPage.qml https://invent.kde.org/plasma/plasma-workspace/commit/d99460b343b51a0b47c1cc204afda342632951af -- You are receiving this mail because: You are watching all bug changes.