mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
consider bottom panel
This commit is contained in:
parent
aefbe9ce48
commit
323ae5e50b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue