From ca8073387d645166af66452c35794bf14f667453 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Mon, 15 Jun 2015 11:34:17 -0700 Subject: [PATCH] don't put favorites strip behind the bottom panel --- containments/homescreen/package/contents/ui/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containments/homescreen/package/contents/ui/main.qml b/containments/homescreen/package/contents/ui/main.qml index 5f85553f..fd260250 100644 --- a/containments/homescreen/package/contents/ui/main.qml +++ b/containments/homescreen/package/contents/ui/main.qml @@ -497,7 +497,7 @@ MouseEventListener { property int viewPos: applicationsView.contentItem.height * applicationsView.visibleArea.yPosition y: Math.max(viewPos, - Math.min(parent.height, viewPos + root.height - height) + Math.max(0, -(parent.height - height + applicationsView.contentY))) + Math.min(parent.height, viewPos + plasmoid.availableScreenRect.height - height) + Math.max(0, -(parent.height - height + applicationsView.contentY))) PlasmaCore.Svg { id: stripeIcons