fix: Center collectible artwork field horizontally

Fixes #11187
This commit is contained in:
Lukáš Tinkl 2023-06-22 10:36:52 +02:00 committed by Lukáš Tinkl
parent eb0406b556
commit ee8df8357a
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ StatusScrollView {
Layout.preferredHeight: d.imageSelectorRectWidth
dataImage: root.isAssetView ? asset.artworkSource : collectible.artworkSource
artworkSource: root.isAssetView ? asset.artworkSource : collectible.artworkSource
editorAnchorLeft: !root.isAssetView
editorAnchorLeft: false
editorRoundedImage: root.isAssetView
uploadTextLabel.uploadText: root.isAssetView ? qsTr("Upload") : qsTr("Drag and Drop or Upload Artwork")
uploadTextLabel.additionalText: qsTr("Images only")