Small UI tweaks && bug fixes.

This commit is contained in:
Black Hat
2018-07-20 12:14:02 +08:00
parent 80fca26092
commit 6f6a7da414
11 changed files with 65 additions and 47 deletions

View File

@@ -9,7 +9,7 @@ AvatarContainer {
width: messageImage.implicitWidth + 24
height: messageImage.implicitHeight + 24
color: sentByMe ? "lightgrey" : Material.accent
color: sentByMe ? background : Material.accent
DownloadableContent {
id: downloadable
@@ -20,6 +20,7 @@ AvatarContainer {
Image {
id: messageImage
z: -4
source: "image://mxc/" + (content.thumbnail_url ? content.thumbnail_url : content.url)
MouseArea {