Merge pull request #15261 from thoys/fix/avatarTools/clashingHyperlinks

Case 21910: Fix clashing hyperlinks in AvatarPackager project page
This commit is contained in:
Shannon Romano 2019-03-25 18:21:53 -07:00 committed by GitHub
commit de5b5301d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
}