push again because yes
This commit is contained in:
parent
a8e194a911
commit
848c0b3af3
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user