From 12c34a7a6abf42851b60f058419046f86db318e6 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Thu, 23 Jul 2020 17:12:19 +0200 Subject: [PATCH] things go under the top panel --- containments/homescreen/package/contents/ui/main.qml | 5 ++++- containments/panel/package/contents/ui/main.qml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/containments/homescreen/package/contents/ui/main.qml b/containments/homescreen/package/contents/ui/main.qml index 6c97824a..c2d0ed42 100644 --- a/containments/homescreen/package/contents/ui/main.qml +++ b/containments/homescreen/package/contents/ui/main.qml @@ -149,7 +149,7 @@ Item { clip: true anchors { fill: parent - topMargin: plasmoid.availableScreenRect.y + //topMargin: plasmoid.availableScreenRect.y bottomMargin: favoriteStrip.height + plasmoid.screenGeometry.height - plasmoid.availableScreenRect.height - plasmoid.availableScreenRect.y } @@ -191,6 +191,9 @@ Item { width: mainFlickable.width spacing: 0 + Item { + height: plasmoid.availableScreenRect.y + } DragDrop.DropArea { anchors { left: parent.left diff --git a/containments/panel/package/contents/ui/main.qml b/containments/panel/package/contents/ui/main.qml index 2dbfa0b1..c3ad4e0f 100644 --- a/containments/panel/package/contents/ui/main.qml +++ b/containments/panel/package/contents/ui/main.qml @@ -182,7 +182,7 @@ Item { } GradientStop { position: 0.0 - color: showingApp ? icons.backgroundColor : Qt.rgba(0, 0, 0, 0.05) + color: showingApp ? icons.backgroundColor : Qt.rgba(0, 0, 0, 0.1) } } }