diff --git a/interface/resources/qml/hifi/audio/Audio.qml b/interface/resources/qml/hifi/audio/Audio.qml index d8f2d2a74e..e1599206ff 100644 --- a/interface/resources/qml/hifi/audio/Audio.qml +++ b/interface/resources/qml/hifi/audio/Audio.qml @@ -682,7 +682,12 @@ Rectangle { x: margins.paddings anchors.top: outputView.bottom; anchors.topMargin: 10; - bottomMargin: 5; + } + + // Spacer item + Item { + anchors.top: playSampleSound.bottom; + anchors.topMargin: 5; } }