Skip to content

Fix panelspacer optimal size calculation

Martin Seher requested to merge quatu/plasma-workspace:fix_panelspacer into master

Get rid of the delayed optimal size calculation caused by Qt.callLater and calculate optimal size immediately when an applet's size changes. This removes the unnecessary jumping of applets that are centered between 2 spacers.

BUG: 431668

Merge request reports