From fab6121e22a76575d6674e9b666dd13f15814c2b Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Mon, 15 Jun 2015 11:45:02 -0700 Subject: [PATCH] fix y of fav bar --- containments/homescreen/package/contents/ui/main.qml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/containments/homescreen/package/contents/ui/main.qml b/containments/homescreen/package/contents/ui/main.qml index fd260250..973d59c7 100644 --- a/containments/homescreen/package/contents/ui/main.qml +++ b/containments/homescreen/package/contents/ui/main.qml @@ -497,12 +497,7 @@ MouseEventListener { property int viewPos: applicationsView.contentItem.height * applicationsView.visibleArea.yPosition y: Math.max(viewPos, - Math.min(parent.height, viewPos + plasmoid.availableScreenRect.height - height) + Math.max(0, -(parent.height - height + applicationsView.contentY))) - - PlasmaCore.Svg { - id: stripeIcons - imagePath: Qt.resolvedUrl("../images/homescreenicons.svg") - } + Math.min(parent.height, viewPos + plasmoid.availableScreenRect.y + plasmoid.availableScreenRect.height - height) + Math.max(0, -(parent.height - height + applicationsView.contentY))) GridView { id: favoritesView