Launcher aircraft: fix a layout bug
This commit is contained in:
parent
c28f63132f
commit
595b0d16da
1 changed files with 2 additions and 1 deletions
|
@ -49,9 +49,10 @@ Item {
|
||||||
id: contentBox
|
id: contentBox
|
||||||
|
|
||||||
anchors {
|
anchors {
|
||||||
margins: Style.margin
|
|
||||||
left: thumbnailBox.right
|
left: thumbnailBox.right
|
||||||
right: parent.right
|
right: parent.right
|
||||||
|
leftMargin: Style.margin
|
||||||
|
rightMargin: Style.margin
|
||||||
top: parent.top
|
top: parent.top
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue