From 40b02bf440e5c16d0f1209a4f83d0dc7c6ec92d4 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Mon, 26 Oct 2015 15:28:47 +0100 Subject: [PATCH] make sure we show the full rep when possible --- containments/homescreen/package/contents/ui/main.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/containments/homescreen/package/contents/ui/main.qml b/containments/homescreen/package/contents/ui/main.qml index 374bba0a..2f56f140 100644 --- a/containments/homescreen/package/contents/ui/main.qml +++ b/containments/homescreen/package/contents/ui/main.qml @@ -181,7 +181,6 @@ 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 @@ -211,7 +210,7 @@ Item { } width: parent.width - height: Math.max(applet.Layout.minimumHeight, (root.height-applicationsView.headerItem.margin) / 2) + height: Math.max(applet.switchHeight + 1 + background.margins.top + background.margins.bottom, Math.max(applet.Layout.minimumHeight, (root.height-applicationsView.headerItem.margin) / 2)) PlasmaComponents.BusyIndicator { z: 1000