mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 15:49:24 +02:00
Merge pull request #16452 from zfox23/topBarExperiment
An experiment with the top bar. Will you notice?
This commit is contained in:
commit
99f007349e
1 changed files with 2 additions and 0 deletions
|
@ -288,6 +288,7 @@ Rectangle {
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
id: outputDeviceButtonContainer
|
id: outputDeviceButtonContainer
|
||||||
|
visible: false // An experiment. Will you notice?
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
anchors.left: inputDeviceButton.right
|
anchors.left: inputDeviceButton.right
|
||||||
anchors.leftMargin: 7
|
anchors.leftMargin: 7
|
||||||
|
@ -343,6 +344,7 @@ Rectangle {
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
id: statusButtonContainer
|
id: statusButtonContainer
|
||||||
|
visible: false // An experiment. Will you notice?
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
anchors.left: outputDeviceButtonContainer.right
|
anchors.left: outputDeviceButtonContainer.right
|
||||||
anchors.leftMargin: 8
|
anchors.leftMargin: 8
|
||||||
|
|
Loading…
Reference in a new issue