mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
added spacing between lines
This commit is contained in:
parent
59200103af
commit
a84a43320c
1 changed files with 3 additions and 2 deletions
|
@ -318,6 +318,7 @@ Item {
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.top: infoMessage.bottom
|
anchors.top: infoMessage.bottom
|
||||||
|
anchors.topMargin: 10
|
||||||
|
|
||||||
anchors.bottomMargin: 24
|
anchors.bottomMargin: 24
|
||||||
|
|
||||||
|
@ -338,8 +339,8 @@ Item {
|
||||||
visible: AvatarPackagerCore.currentAvatarProject && AvatarPackagerCore.currentAvatarProject.hasErrors
|
visible: AvatarPackagerCore.currentAvatarProject && AvatarPackagerCore.currentAvatarProject.hasErrors
|
||||||
|
|
||||||
anchors {
|
anchors {
|
||||||
top: infoMessage.bottom
|
top: notForSaleMessage.bottom
|
||||||
topMargin: 28
|
topMargin: 16
|
||||||
horizontalCenter: parent.horizontalCenter
|
horizontalCenter: parent.horizontalCenter
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue