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