Fix clashing hyperlinks in AvatarPackager project page

This commit is contained in:
Thijs Wenker 2019-03-22 02:43:06 +01:00
parent 85024bcc0b
commit 0173c87695

View file

@ -339,8 +339,8 @@ Item {
visible: AvatarPackagerCore.currentAvatarProject && AvatarPackagerCore.currentAvatarProject.hasErrors
anchors {
top: notForSaleMessage.bottom
topMargin: 16
top: notForSaleMessage.visible ? notForSaleMessage.bottom : infoMessage .bottom
bottom: showFilesText.top
horizontalCenter: parent.horizontalCenter
}