Try to add bottom margin

This commit is contained in:
motofckr9k 2020-06-19 19:54:49 +02:00
parent 6b8519c7ff
commit b0eb08c03f

View file

@ -682,6 +682,7 @@ Rectangle {
x: margins.paddings
anchors.top: outputView.bottom;
anchors.topMargin: 10;
bottomMargin: 5;
}
}