mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:49:27 +02:00
Try to add bottom margin
This commit is contained in:
parent
6b8519c7ff
commit
b0eb08c03f
1 changed files with 1 additions and 0 deletions
|
@ -682,6 +682,7 @@ Rectangle {
|
||||||
x: margins.paddings
|
x: margins.paddings
|
||||||
anchors.top: outputView.bottom;
|
anchors.top: outputView.bottom;
|
||||||
anchors.topMargin: 10;
|
anchors.topMargin: 10;
|
||||||
|
bottomMargin: 5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue