From 4024edb277620f1fed9a7cc5e15e6d5dc454c8e9 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Thu, 9 Jul 2015 13:10:43 +0200 Subject: [PATCH] proper position of "locked" state the search field appears at the right position as well as the applets reordering --- 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 ae6097ba..fb0aebaa 100644 --- a/containments/homescreen/package/contents/ui/main.qml +++ b/containments/homescreen/package/contents/ui/main.qml @@ -36,7 +36,7 @@ Item { property alias appletsSpace: applicationsView.headerItem property int buttonHeight: width/4 property bool reorderingApps: false - property bool locked: applicationsView.contentY <= -applicationsView.headerItem.height + root.height + property bool locked: applicationsView.contentY < -applicationsView.headerItem.height + plasmoid.availableScreenRect.height //END properties //BEGIN functions