mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-03 10:14:45 +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 {
|
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: plasmoid.screenGeometry.height - plasmoid.availableScreenRect.height - plasmoid.availableScreenRect.y
|
||||||
}
|
}
|
||||||
|
|
||||||
//TODO: favorite strip disappearing with everything else
|
//TODO: favorite strip disappearing with everything else
|
||||||
|
|
@ -125,7 +125,7 @@ FocusScope {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
||||||
topPadding: plasmoid.availableScreenRect.y
|
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
|
closedPositionOffset: favoriteStrip.height
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue