3
0
Fork 0
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:
Thijs Wenker 2019-03-06 19:15:01 +01:00
parent 59200103af
commit a84a43320c

View file

@ -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
}