Skip to content

馃崚applets/mediacontroller: Fix label width overflow in horizontal panel

Ismael Asensio requested to merge work/cherry-pick-d88aff18 into Plasma/6.1

We need to limit the width of the internal item (playerRow) to the available width of the applet so that the labels don't overflow.

The requested Layout.preferredWidth of the applet is still the implicitWidth so the applet's general size calculations shouldn't have any changes.

(cherry picked from commit d88aff18)

Merge request reports