mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
remove dead code
This commit is contained in:
parent
7c9dbf08f2
commit
b98c7ec224
1 changed files with 2 additions and 2 deletions
|
|
@ -102,7 +102,7 @@ FocusScope {
|
|||
anchors {
|
||||
fill: parent
|
||||
topMargin: plasmoid.availableScreenRect.y
|
||||
bottomMargin: /*favoriteStrip.height + */plasmoid.screenGeometry.height - plasmoid.availableScreenRect.height - plasmoid.availableScreenRect.y
|
||||
bottomMargin: plasmoid.screenGeometry.height - plasmoid.availableScreenRect.height - plasmoid.availableScreenRect.y
|
||||
}
|
||||
|
||||
//TODO: favorite strip disappearing with everything else
|
||||
|
|
@ -125,7 +125,7 @@ FocusScope {
|
|||
anchors.fill: parent
|
||||
|
||||
topPadding: plasmoid.availableScreenRect.y
|
||||
bottomPadding: /*favoriteStrip.height +*/ plasmoid.screenGeometry.height - plasmoid.availableScreenRect.height - plasmoid.availableScreenRect.y
|
||||
bottomPadding: plasmoid.screenGeometry.height - plasmoid.availableScreenRect.height - plasmoid.availableScreenRect.y
|
||||
closedPositionOffset: favoriteStrip.height
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue