diff --git a/containment/contents/ui/AppletItem.qml b/containment/contents/ui/AppletItem.qml index b2b3fea5e..bc5e743f4 100644 --- a/containment/contents/ui/AppletItem.qml +++ b/containment/contents/ui/AppletItem.qml @@ -42,7 +42,7 @@ Item { property bool canBeHovered: true property bool inFillCalculations: false //it is used in calculations for fillWidth,fillHeight applets property bool needsFillSpace: { //it is used in calculations for fillWidth,fillHeight applets - if (!applet || !applet.Layout) + if (!applet || !applet.Layout || (applet && applet.pluginName === "org.kde.plasma.panelspacer")) return false; if (((root.isHorizontal && applet.Layout.fillWidth===true)