Widgets: improved centering

This commit is contained in:
LemmyCook 2025-09-14 14:35:15 -04:00
parent 1cd0376381
commit 3764edafa8
3 changed files with 3 additions and 7 deletions

View file

@ -97,7 +97,6 @@ Variants {
anchors.horizontalCenter: parent.horizontalCenter
anchors.top: parent.top
anchors.topMargin: Style.marginM * root.scaling
width: parent.width
Repeater {
model: Settings.data.bar.widgets.left
@ -121,7 +120,6 @@ Variants {
spacing: Style.marginS * root.scaling
anchors.horizontalCenter: parent.horizontalCenter
anchors.verticalCenter: parent.verticalCenter
width: parent.width
Repeater {
model: Settings.data.bar.widgets.center
@ -146,7 +144,6 @@ Variants {
anchors.horizontalCenter: parent.horizontalCenter
anchors.bottom: parent.bottom
anchors.bottomMargin: Style.marginM * root.scaling
width: parent.width
Repeater {
model: Settings.data.bar.widgets.right