From 7c9dbf08f2f4d08378e711c9ed10ed49352a59fe Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Mon, 12 Apr 2021 15:16:41 +0200 Subject: [PATCH] proepr positioning of fav strip --- 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 54a93c23..eea850bb 100644 --- a/containments/homescreen/package/contents/ui/main.qml +++ b/containments/homescreen/package/contents/ui/main.qml @@ -131,12 +131,7 @@ FocusScope { Launcher.FavoriteStrip { id: favoriteStrip - anchors { - left: parent.left - right: parent.right - bottom: parent.bottom - bottomMargin: plasmoid.screenGeometry.height - plasmoid.availableScreenRect.height - plasmoid.availableScreenRect.y - } + appletsLayout: homeScreenContents.appletsLayout visible: flow.children.length > 0 || launcherDragManager.active || homeScreenContents.containsDrag