Update interface/resources/qml/hifi/audio/Audio.qml

Co-Authored-By: Zach Fox <fox@highfidelity.com>
This commit is contained in:
MiladNazeri 2019-09-11 12:45:18 -07:00 committed by GitHub
parent d95a803324
commit a9da5b8f16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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");