parent
eb0406b556
commit
ee8df8357a
|
@ -88,7 +88,7 @@ StatusScrollView {
|
||||||
Layout.preferredHeight: d.imageSelectorRectWidth
|
Layout.preferredHeight: d.imageSelectorRectWidth
|
||||||
dataImage: root.isAssetView ? asset.artworkSource : collectible.artworkSource
|
dataImage: root.isAssetView ? asset.artworkSource : collectible.artworkSource
|
||||||
artworkSource: root.isAssetView ? asset.artworkSource : collectible.artworkSource
|
artworkSource: root.isAssetView ? asset.artworkSource : collectible.artworkSource
|
||||||
editorAnchorLeft: !root.isAssetView
|
editorAnchorLeft: false
|
||||||
editorRoundedImage: root.isAssetView
|
editorRoundedImage: root.isAssetView
|
||||||
uploadTextLabel.uploadText: root.isAssetView ? qsTr("Upload") : qsTr("Drag and Drop or Upload Artwork")
|
uploadTextLabel.uploadText: root.isAssetView ? qsTr("Upload") : qsTr("Drag and Drop or Upload Artwork")
|
||||||
uploadTextLabel.additionalText: qsTr("Images only")
|
uploadTextLabel.additionalText: qsTr("Images only")
|
||||||
|
|
Loading…
Reference in New Issue