Fix "Test your sound"

This commit is contained in:
motofckr9k 2020-06-19 19:38:03 +02:00
parent eaf2ce89e0
commit 6b8519c7ff

View file

@ -680,7 +680,7 @@ Rectangle {
AudioControls.PlaySampleSound {
id: playSampleSound
x: margins.paddings
anchors.top: systemInjectorGainContainer.bottom;
anchors.top: outputView.bottom;
anchors.topMargin: 10;
}
}