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 : ""
|
||||
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 {} }
|
||||
|
|
Loading…
Reference in a new issue