https://bugs.kde.org/show_bug.cgi?id=521074

cwo <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/plas
                   |                            |ma/plasma-workspace/-/commi
                   |                            |t/9facaa5ee29d985a5193fa6b3
                   |                            |424d48fd9f4cf80
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from cwo <[email protected]> ---
Git commit 9facaa5ee29d985a5193fa6b3424d48fd9f4cf80 by Christoph Wolk.
Committed on 10/06/2026 at 13:29.
Pushed by cwo into branch 'master'.

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.

M  +1    -0    applets/activitybar/qml/main.qml

https://invent.kde.org/plasma/plasma-workspace/-/commit/9facaa5ee29d985a5193fa6b3424d48fd9f4cf80

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to