if there is a switchheight use as minimumnheight

try harder to have applets expanded
This commit is contained in:
Marco Martin 2015-10-15 15:31:22 +02:00
parent fc52ae95d4
commit 151bdc6d15

View file

@ -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