diff --git a/containments/homescreen/package/contents/ui/main.qml b/containments/homescreen/package/contents/ui/main.qml index 00d8869a..2cf7fb7a 100644 --- a/containments/homescreen/package/contents/ui/main.qml +++ b/containments/homescreen/package/contents/ui/main.qml @@ -181,6 +181,7 @@ Item { opacity: 1 - Math.abs(x/(width/2)) Layout.fillWidth: true Layout.fillHeight: applet && applet.Layout.fillHeight + Layout.minimumHeight: applet && applet.switchHeight ? applet.switchHeight : 0 Connections { target: plasmoid