Summary: | Vertical panel regression in Plasma 6 Beta: huge min widget height | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | andy <andy> |
Component: | Panel | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | nate, niccolo.venerandi |
Priority: | NOR | Keywords: | qt6 |
Version: | 5.92.0 | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/-/commit/0d14b0b153ef2bdbe1e097edb7415f3e3cef21bc | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | vertical task bar: before & after |
Description
andy
2023-12-01 02:23:04 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/1901 Git commit 0d14b0b153ef2bdbe1e097edb7415f3e3cef21bc by Nate Graham, on behalf of Niccolò Venerandi. Committed on 18/12/2023 at 23:00. Pushed by ngraham into branch 'master'. Simplify code for applet sizes and respect max width/height of non-filling applets Some applets don't fillWidth/Height, and yet they still set a MaxWidth/MaxHeight (and, usually, a minWidth/minHeight that's the same value). This respects the requested size, and tries to simplify the code using `||` as a fallback operator instead of nested `? :` operators. Related: bug 476925 M +2 -2 applets/kickoff/package/contents/ui/main.qml M +23 -46 containments/panel/contents/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/0d14b0b153ef2bdbe1e097edb7415f3e3cef21bc I am trying the latest version of the beta and I can confirm the application menu icon in the task manager in a vertical panel is still huge. KDE Plasma Version: 5.92.0 KDE Frameworks Version: 55.248.0 Qt Version: 6.7.0 Kernel Version: 6.6.12-1-lts Graphics Platform: Wayland Ah, I see the issue. This is actually intentional at this point in time, but there is a discussion at Bug 466566 regarding a proposal for changing the status quo. *** This bug has been marked as a duplicate of bug 466566 *** *** This bug has been marked as a duplicate of bug 467004 *** *** This bug has been marked as a duplicate of bug 482612 *** |