mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 07:03:08 +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 {
|
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
|
||||||
}
|
}
|
||||||
|
|
||||||
//bottomMargin: favoriteStrip.height
|
//bottomMargin: favoriteStrip.height
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue