Fix Game Layout
This commit is contained in:
parent
935bcaeb85
commit
921f58e8c0
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ MessageContentBase {
|
||||||
asynchronous: true
|
asynchronous: true
|
||||||
visible: opacity > 0
|
visible: opacity > 0
|
||||||
opacity: status === Image.Ready ? 1.0 : 0.0
|
opacity: status === Image.Ready ? 1.0 : 0.0
|
||||||
|
width: parent.width
|
||||||
|
|
||||||
Behavior on opacity { FadeAnimation {} }
|
Behavior on opacity { FadeAnimation {} }
|
||||||
layer.enabled: messageContent.highlighted
|
layer.enabled: messageContent.highlighted
|
||||||
|
|
Loading…
Reference in a new issue