mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 03:50:40 +02:00
Fix clashing hyperlinks in AvatarPackager project page
This commit is contained in:
parent
85024bcc0b
commit
0173c87695
1 changed files with 2 additions and 2 deletions
|
@ -339,8 +339,8 @@ Item {
|
||||||
visible: AvatarPackagerCore.currentAvatarProject && AvatarPackagerCore.currentAvatarProject.hasErrors
|
visible: AvatarPackagerCore.currentAvatarProject && AvatarPackagerCore.currentAvatarProject.hasErrors
|
||||||
|
|
||||||
anchors {
|
anchors {
|
||||||
top: notForSaleMessage.bottom
|
top: notForSaleMessage.visible ? notForSaleMessage.bottom : infoMessage .bottom
|
||||||
topMargin: 16
|
bottom: showFilesText.top
|
||||||
horizontalCenter: parent.horizontalCenter
|
horizontalCenter: parent.horizontalCenter
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue