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