Try to remove empty space when "Test your voice" button is not visible

This commit is contained in:
motofckr9k 2020-06-19 23:32:52 +02:00
parent 845cc4454c
commit 0c8cc0a806

View file

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