Revert last commit and add spacer item to bottom.

This commit is contained in:
motofckr9k 2020-06-19 20:19:03 +02:00
parent b0eb08c03f
commit 8284dd16cf

View file

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