the spacer fills height

This commit is contained in:
Marco Martin 2015-07-09 13:37:19 +02:00
parent 4500b17a92
commit 62aec0c07e

View file

@ -136,8 +136,7 @@ MouseEventListener {
Item { Item {
id: spacer id: spacer
Layout.fillWidth: true Layout.fillWidth: true
Layout.minimumHeight: 0 Layout.fillHeight: true
Layout.maximumHeight: Layout.minimumHeight
} }
PlasmaCore.ColorScope { PlasmaCore.ColorScope {
id: colorScope id: colorScope