mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-04 02:34:45 +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
|
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
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue