mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-08 13:59:13 +02:00
An experiment with the top bar. Will you notice?
This commit is contained in:
parent
f5873e6f76
commit
683c3f1300
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