From 151bdc6d15c8f884e70d7beb3a22f2c378145973 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Thu, 15 Oct 2015 15:31:22 +0200 Subject: [PATCH] if there is a switchheight use as minimumnheight try harder to have applets expanded --- containments/homescreen/package/contents/ui/main.qml | 1 + 1 file changed, 1 insertion(+) 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