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
Row {
id: leftStuff
spacing: 10
anchors.left: parent.left
anchors.verticalCenter: parent.verticalCenter
Workspaces {
property var screen: modelData
}
Title {
anchors.verticalCenter: parent.verticalCenter
}
}
Row {
id: centerStuff
anchors.centerIn: parent
Title {
anchors.verticalCenter: parent.verticalCenter
}
}
Row {