Clean up GamePreview thumbnail properties
This commit is contained in:
parent
4fbd55c184
commit
919eacdec7
1 changed files with 1 additions and 2 deletions
|
@ -75,8 +75,7 @@ Column {
|
||||||
source: thumbnailFile.isDownloadingCompleted ? thumbnailFile.path : ""
|
source: thumbnailFile.isDownloadingCompleted ? thumbnailFile.path : ""
|
||||||
fillMode: Image.PreserveAspectCrop
|
fillMode: Image.PreserveAspectCrop
|
||||||
asynchronous: true
|
asynchronous: true
|
||||||
width: visible ? parent.width : 0
|
visible: opacity > 0
|
||||||
// height: width
|
|
||||||
opacity: status === Image.Ready ? 1.0 : 0.0
|
opacity: status === Image.Ready ? 1.0 : 0.0
|
||||||
|
|
||||||
Behavior on opacity { FadeAnimation {} }
|
Behavior on opacity { FadeAnimation {} }
|
||||||
|
|
Loading…
Reference in a new issue