Summary: | Applet text is quite big on two-rowed panel | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Gregor Mi <codestruct> |
Component: | User Switcher widget | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde, nate, plasma-bugs |
Priority: | NOR | ||
Version: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kdeplasma-addons/-/commit/2887b25488b6438cc855d089b7868e15359385c1 | Version Fixed In: | 6.3.4 |
Sentry Crash Report: | |||
Attachments: | Panel with User Switcher applet |
It has the same sizing policy as the digital clock. It could perhaps have a maximum size similar to the systray The digital clock's sizing has since been changed to be smaller, and the weather applet's text now matches that. I guess this one should too. A possibly relevant merge request was started @ https://invent.kde.org/plasma/kdeplasma-addons/-/merge_requests/710 Git commit b7393e0d88a1587c8c80aecfe5f04037224f658a by Marco Martin. Committed on 21/03/2025 at 10:39. Pushed by mart into branch 'master'. applets/userswitcher: Limit the label size The digital clock label size is limited to gridSize * 3, use the same limit for consistency M +1 -1 applets/userswitcher/package/contents/ui/main.qml https://invent.kde.org/plasma/kdeplasma-addons/-/commit/b7393e0d88a1587c8c80aecfe5f04037224f658a Git commit 2887b25488b6438cc855d089b7868e15359385c1 by Marco Martin. Committed on 21/03/2025 at 10:56. Pushed by mart into branch 'Plasma/6.3'. applets/userswitcher: Limit the label size The digital clock label size is limited to gridSize * 3, use the same limit for consistency (cherry picked from commit b7393e0d88a1587c8c80aecfe5f04037224f658a) b7393e0d applets/userswitcher: Limit the label size Co-authored-by: Marco Martin <notmart@gmail.com> M +1 -1 applets/userswitcher/package/contents/ui/main.qml https://invent.kde.org/plasma/kdeplasma-addons/-/commit/2887b25488b6438cc855d089b7868e15359385c1 |
Created attachment 96034 [details] Panel with User Switcher applet Currently, the User Switcher applet consumes much space on a horizontal panel that was adjusted in height to make the system tray show two rows.