https://bugs.kde.org/show_bug.cgi?id=521074
cwo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-workspace/-/commi |ma/plasma-workspace/-/commi |t/9facaa5ee29d985a5193fa6b3 |t/73c8b28fe34c43f248237f667 |424d48fd9f4cf80 |43506fa271f7522 --- Comment #7 from cwo <[email protected]> --- Git commit 73c8b28fe34c43f248237f66743506fa271f7522 by Christoph Wolk. Committed on 10/06/2026 at 13:55. Pushed by cwo into branch 'Plasma/6.7'. applets/activitybar: bind tabbutton height Activitybar binds the TabBar contentheight to its height (as the maximum height is constrained by the applet height, and we can't adjust to the TabBar/Button's desired heights as we would in a window). However, if the TabButton's height is already zero when the contentHeight is set, it will remain as zero. This breaks it both in terms of display (it will be top-aligned rather than centered, as the irreducible parts spill out of the zero-height button) and function (as the button has zero height, the clickable area is also zero, and clicking the apparent button label does nothing as it's not actually in the button). Instead, bind the height to the TabBar's contentHeight. (cherry picked from commit 9facaa5ee29d985a5193fa6b3424d48fd9f4cf80) Co-authored-by: Christoph Wolk <[email protected]> M +1 -0 applets/activitybar/qml/main.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/73c8b28fe34c43f248237f66743506fa271f7522 -- You are receiving this mail because: You are watching all bug changes.
