mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
proper margin for the nav pages
This commit is contained in:
parent
73efc8a59d
commit
86b8269b55
2 changed files with 1 additions and 2 deletions
|
|
@ -147,7 +147,6 @@ Flickable {
|
|||
easing.type: Easing.InOutQuad
|
||||
}
|
||||
|
||||
|
||||
PlasmaComponents.PageIndicator {
|
||||
id: pageIndicator
|
||||
anchors {
|
||||
|
|
|
|||
|
|
@ -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: favoriteStrip.height + plasmoid.screenGeometry.height - plasmoid.availableScreenRect.height - plasmoid.availableScreenRect.y
|
||||
}
|
||||
|
||||
//TODO: favorite strip disappearing with everything else
|
||||
|
|
|
|||
Loading…
Reference in a new issue