mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
things go under the top panel
This commit is contained in:
parent
ece092bf98
commit
12c34a7a6a
2 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue