From eaf2ce89e06a208610e6624f1889b2271e7da352 Mon Sep 17 00:00:00 2001 From: motofckr9k Date: Fri, 19 Jun 2020 19:23:51 +0200 Subject: [PATCH] Actually move it up this time --- interface/resources/qml/hifi/audio/Audio.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/resources/qml/hifi/audio/Audio.qml b/interface/resources/qml/hifi/audio/Audio.qml index 78be1d2d06..a9a5d55c69 100644 --- a/interface/resources/qml/hifi/audio/Audio.qml +++ b/interface/resources/qml/hifi/audio/Audio.qml @@ -332,7 +332,7 @@ Rectangle { Item { id: avatarGainContainer x: margins.paddings; - anchors.top: outputView.bottom; + anchors.top: pttTextContainer.bottom; anchors.topMargin: 10; width: parent.width - margins.paddings*2 height: avatarGainSliderTextMetrics.height @@ -515,7 +515,7 @@ Rectangle { Separator { id: secondSeparator; - anchors.top: pttTextContainer.visible ? pttTextContainer.bottom : switchesContainer.bottom; + anchors.top: systemInjectorGainContainer.visible ? systemInjectorGainContainer.bottom : switchesContainer.bottom; anchors.topMargin: 10; }