Clean up GamePreview thumbnail properties

This commit is contained in:
John Gibbon 2021-01-14 10:40:02 +01:00
parent 4fbd55c184
commit 919eacdec7

View file

@ -75,8 +75,7 @@ Column {
source: thumbnailFile.isDownloadingCompleted ? thumbnailFile.path : ""
fillMode: Image.PreserveAspectCrop
asynchronous: true
width: visible ? parent.width : 0
// height: width
visible: opacity > 0
opacity: status === Image.Ready ? 1.0 : 0.0
Behavior on opacity { FadeAnimation {} }