From 0c8cc0a8065984f25aef43c3f3086bf8170d495c Mon Sep 17 00:00:00 2001 From: motofckr9k Date: Fri, 19 Jun 2020 23:32:52 +0200 Subject: [PATCH] Try to remove empty space when "Test your voice" button is not visible --- interface/resources/qml/hifi/audio/Audio.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/audio/Audio.qml b/interface/resources/qml/hifi/audio/Audio.qml index 44cf288049..b3ac3f620e 100644 --- a/interface/resources/qml/hifi/audio/Audio.qml +++ b/interface/resources/qml/hifi/audio/Audio.qml @@ -572,7 +572,7 @@ Rectangle { ListView { id: inputView; width: rightMostInputLevelPos; - anchors.top: loopbackAudio.bottom; + anchors.top: (loopbackAudio.visible === 1) ? loopbackAudio.bottom : inputDeviceHeader.bottom; anchors.topMargin: 10; x: margins.paddings interactive: false;