mirror of
https://github.com/lubosz/overte.git
synced 2025-04-27 03:55:28 +02: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.right: parent.right
|
||||
anchors.top: infoMessage.bottom
|
||||
anchors.topMargin: 10
|
||||
|
||||
anchors.bottomMargin: 24
|
||||
|
||||
|
@ -338,8 +339,8 @@ Item {
|
|||
visible: AvatarPackagerCore.currentAvatarProject && AvatarPackagerCore.currentAvatarProject.hasErrors
|
||||
|
||||
anchors {
|
||||
top: infoMessage.bottom
|
||||
topMargin: 28
|
||||
top: notForSaleMessage.bottom
|
||||
topMargin: 16
|
||||
horizontalCenter: parent.horizontalCenter
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue