Fix Game Layout

This commit is contained in:
John Gibbon 2021-01-16 00:16:49 +01:00
parent 935bcaeb85
commit 921f58e8c0

View file

@ -77,6 +77,7 @@ MessageContentBase {
asynchronous: true
visible: opacity > 0
opacity: status === Image.Ready ? 1.0 : 0.0
width: parent.width
Behavior on opacity { FadeAnimation {} }
layer.enabled: messageContent.highlighted