mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-15 12:37:05 +02:00
Update interface/resources/qml/hifi/audio/Audio.qml
Co-Authored-By: Zach Fox <fox@highfidelity.com>
This commit is contained in:
parent
d95a803324
commit
a9da5b8f16
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ Rectangle {
|
|||
id: audioLevelSwitch
|
||||
height: root.switchHeight;
|
||||
switchWidth: root.switchWidth;
|
||||
anchors.top: bar.currentIndex === 0 ? parent.top : warnMutedSwitch.bottom
|
||||
anchors.top: warnMutedSwitch.visible ? warnMutedSwitch.bottom : parent.top
|
||||
anchors.topMargin: bar.currentIndex === 0 ? 0 : 24
|
||||
anchors.left: parent.left
|
||||
labelTextOn: qsTr("Audio Level Meter");
|
||||
|
|
Loading…
Reference in a new issue