mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-03 18:24:46 +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
|
easing.type: Easing.InOutQuad
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
PlasmaComponents.PageIndicator {
|
PlasmaComponents.PageIndicator {
|
||||||
id: pageIndicator
|
id: pageIndicator
|
||||||
anchors {
|
anchors {
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue