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
}
PlasmaComponents.PageIndicator {
id: pageIndicator
anchors {

View file

@ -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