https://bugs.kde.org/show_bug.cgi?id=477813
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |0d14b0b153ef2bdbe1e097edb74 | |15f3e3cef21bc Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Nate Graham <n...@kde.org> --- 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 -- You are receiving this mail because: You are watching all bug changes.