From 86b8269b550c4c76e9717de997055b37b21f6d4f Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Thu, 8 Apr 2021 19:29:14 +0200 Subject: [PATCH] proper margin for the nav pages --- .../homescreen/package/contents/ui/launcher/FlickablePages.qml | 1 - containments/homescreen/package/contents/ui/main.qml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/containments/homescreen/package/contents/ui/launcher/FlickablePages.qml b/containments/homescreen/package/contents/ui/launcher/FlickablePages.qml index 950b03c1..ad103e69 100644 --- a/containments/homescreen/package/contents/ui/launcher/FlickablePages.qml +++ b/containments/homescreen/package/contents/ui/launcher/FlickablePages.qml @@ -147,7 +147,6 @@ Flickable { easing.type: Easing.InOutQuad } - PlasmaComponents.PageIndicator { id: pageIndicator anchors { diff --git a/containments/homescreen/package/contents/ui/main.qml b/containments/homescreen/package/contents/ui/main.qml index 2b905a78..77a36232 100644 --- a/containments/homescreen/package/contents/ui/main.qml +++ b/containments/homescreen/package/contents/ui/main.qml @@ -102,7 +102,7 @@ FocusScope { anchors { fill: parent topMargin: plasmoid.availableScreenRect.y - bottomMargin: /*favoriteStrip.height +*/ plasmoid.screenGeometry.height - plasmoid.availableScreenRect.height - plasmoid.availableScreenRect.y + bottomMargin: favoriteStrip.height + plasmoid.screenGeometry.height - plasmoid.availableScreenRect.height - plasmoid.availableScreenRect.y } //TODO: favorite strip disappearing with everything else