proper margin for the nav pages

This commit is contained in:
Marco Martin 2021-04-08 19:29:14 +02:00
parent 73efc8a59d
commit 86b8269b55
2 changed files with 1 additions and 2 deletions

View file

@ -147,7 +147,6 @@ Flickable {
easing.type: Easing.InOutQuad easing.type: Easing.InOutQuad
} }
PlasmaComponents.PageIndicator { PlasmaComponents.PageIndicator {
id: pageIndicator id: pageIndicator
anchors { anchors {

View file

@ -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: favoriteStrip.height + plasmoid.screenGeometry.height - plasmoid.availableScreenRect.height - plasmoid.availableScreenRect.y
} }
//TODO: favorite strip disappearing with everything else //TODO: favorite strip disappearing with everything else