Skip to content

Always set a fixed size

Marco Martin requested to merge work/cherry-pick-c9642b6c into Plasma/6.0

when the resize mode is fitcontent, always set a fixed size for the panel (both setMinimumSize and setMaximumSize as the same size) because this should be the only place where the panel is resized, and every other attempt from either anywhere else in Qt or kwin should be denied

BUG:477317

(cherry picked from commit c9642b6c)

c9642b6c Always set a fixed size

Merge request reports