fix spacing

This commit is contained in:
lucy 2026-02-14 12:44:21 +01:00
parent 95ac7e9c4f
commit d3906f0c09

View File

@ -35,11 +35,11 @@ Variants {
RowLayout { RowLayout {
id: leftStuff id: leftStuff
anchors.margins: Settings.config.floating ? 0 : Settings.config.barHeight / 4
spacing: 10 spacing: 10
anchors.left: parent.left anchors.left: parent.left
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter
Workspaces { Workspaces {
Layout.leftMargin: 5
property var screen: root.modelData property var screen: root.modelData
} }
Title {} Title {}
@ -54,13 +54,13 @@ Variants {
RowLayout { RowLayout {
id: rightStuff id: rightStuff
anchors.margins: Settings.config.barHeight / 4
spacing: 10 spacing: 10
clip: true
anchors.right: parent.right anchors.right: parent.right
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter
SysTray {} SysTray {}
StatusIcons {} StatusIcons {
Layout.rightMargin: 5
}
} }
} }
} }