From 62aec0c07e41e203061e4b9f8db051b1e6662e56 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Thu, 9 Jul 2015 13:37:19 +0200 Subject: [PATCH] the spacer fills height --- containments/homescreen/package/contents/ui/AppletsArea.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/containments/homescreen/package/contents/ui/AppletsArea.qml b/containments/homescreen/package/contents/ui/AppletsArea.qml index 658cb16d..902c786e 100644 --- a/containments/homescreen/package/contents/ui/AppletsArea.qml +++ b/containments/homescreen/package/contents/ui/AppletsArea.qml @@ -136,8 +136,7 @@ MouseEventListener { Item { id: spacer Layout.fillWidth: true - Layout.minimumHeight: 0 - Layout.maximumHeight: Layout.minimumHeight + Layout.fillHeight: true } PlasmaCore.ColorScope { id: colorScope