things go under the top panel

This commit is contained in:
Marco Martin 2020-07-23 17:12:19 +02:00
parent ece092bf98
commit 12c34a7a6a
2 changed files with 5 additions and 2 deletions

View file

@ -149,7 +149,7 @@ Item {
clip: true clip: true
anchors { anchors {
fill: parent fill: parent
topMargin: plasmoid.availableScreenRect.y //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
} }
@ -191,6 +191,9 @@ Item {
width: mainFlickable.width width: mainFlickable.width
spacing: 0 spacing: 0
Item {
height: plasmoid.availableScreenRect.y
}
DragDrop.DropArea { DragDrop.DropArea {
anchors { anchors {
left: parent.left left: parent.left

View file

@ -182,7 +182,7 @@ Item {
} }
GradientStop { GradientStop {
position: 0.0 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)
} }
} }
} }