From 323ae5e50bcfd4dae340e18c86b80b7a9a93a84b Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Thu, 6 Feb 2020 21:21:08 +0100 Subject: [PATCH] consider bottom panel --- 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 083bd41f..9f5ba21b 100644 --- a/containments/homescreen/package/contents/ui/main.qml +++ b/containments/homescreen/package/contents/ui/main.qml @@ -143,7 +143,7 @@ Item { 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 } //bottomMargin: favoriteStrip.height