mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-14 02:06:30 +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 {
|
||||
id: outputDeviceButtonContainer
|
||||
visible: false // An experiment. Will you notice?
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
anchors.left: inputDeviceButton.right
|
||||
anchors.leftMargin: 7
|
||||
|
@ -343,6 +344,7 @@ Rectangle {
|
|||
|
||||
Item {
|
||||
id: statusButtonContainer
|
||||
visible: false // An experiment. Will you notice?
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
anchors.left: outputDeviceButtonContainer.right
|
||||
anchors.leftMargin: 8
|
||||
|
|
Loading…
Reference in a new issue