mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 06:32:35 +02:00
Revert last commit and add spacer item to bottom.
This commit is contained in:
parent
b0eb08c03f
commit
8284dd16cf
1 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue