Summary: | On logout screen, “Se déconnecter maintenant” (“Logout now” in French) is displayed on three different lines | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | ariasuni <aria> |
Component: | Theme - Breeze | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | natalie_clarius, nate, visual-design |
Priority: | NOR | ||
Version First Reported In: | 6.2.5 | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/-/commit/20d0bef9325f968bcd7ddf2cf765e05256c79852 | Version Fixed In: | 6.3.0 |
Sentry Crash Report: | |||
Attachments: | Photo of the logout screen in French |
Description
ariasuni
2025-01-30 00:50:51 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/5138 Git commit 6f95ebdf7f223c943291acf3bb77db6c90260760 by Nate Graham. Committed on 31/01/2025 at 13:40. Pushed by ngraham into branch 'master'. Give ActionButton text more horizontal space Right now ActionButtons are rather narrow, with spacing that's inconsistent (narrow for lock+login screens, wide for logout screen). Let's unify on narrow spacing, but expand the width of the buttons a bit to provide more room for text. This results in almost the same spacing visually, but increases buttons' hitboxes and makes them less likely to have to display text in multi-line form. FIXED-IN: 6.3.0 M +1 -1 lookandfeel/components/ActionButton.qml M +1 -1 lookandfeel/org.kde.breeze/contents/logout/Logout.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/6f95ebdf7f223c943291acf3bb77db6c90260760 Git commit 20d0bef9325f968bcd7ddf2cf765e05256c79852 by Nate Graham. Committed on 31/01/2025 at 14:22. Pushed by ngraham into branch 'Plasma/6.3'. Give ActionButton text more horizontal space Right now ActionButtons are rather narrow, with spacing that's inconsistent (narrow for lock+login screens, wide for logout screen). Let's unify on narrow spacing, but expand the width of the buttons a bit to provide more room for text. This results in almost the same spacing visually, but increases buttons' hitboxes and makes them less likely to have to display text in multi-line form. FIXED-IN: 6.3.0 (cherry picked from commit 6f95ebdf7f223c943291acf3bb77db6c90260760) Co-authored-by: Nate Graham <nate@kde.org> M +1 -1 lookandfeel/components/ActionButton.qml M +1 -1 lookandfeel/org.kde.breeze/contents/logout/Logout.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/20d0bef9325f968bcd7ddf2cf765e05256c79852 |