Small tweaks.

This commit is contained in:
Black Hat
2018-07-24 12:37:48 +08:00
parent 845b0114bd
commit d60bd1ed9f
3 changed files with 4 additions and 5 deletions

View File

@@ -21,6 +21,8 @@ AvatarContainer {
Image {
id: messageImage
z: -4
sourceSize.width: width
sourceSize.height: height
source: "image://mxc/" + (content.thumbnail_url ? content.thumbnail_url : content.url)
MouseArea {