push again because yes

This commit is contained in:
lucy 2026-01-15 23:23:09 +01:00
parent a8e194a911
commit 848c0b3af3

View File

@ -21,19 +21,20 @@ Variants {
implicitHeight: Settings.config.barHeight implicitHeight: Settings.config.barHeight
Row { Row {
id: leftStuff id: leftStuff
spacing: 10
anchors.left: parent.left anchors.left: parent.left
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter
Workspaces { Workspaces {
property var screen: modelData property var screen: modelData
} }
Title {
anchors.verticalCenter: parent.verticalCenter
}
} }
Row { Row {
id: centerStuff id: centerStuff
anchors.centerIn: parent anchors.centerIn: parent
Title {
anchors.verticalCenter: parent.verticalCenter
}
} }
Row { Row {