Minor improvement in ImageBubble.
This commit is contained in:
parent
5e3f18e320
commit
b5328ec140
|
@ -26,6 +26,12 @@ AvatarContainer {
|
|||
z: -4
|
||||
sourceSize.width: 128
|
||||
source: "image://mxc/" + (content.thumbnail_url ? content.thumbnail_url : content.url)
|
||||
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
propagateComposedEvents: true
|
||||
onClicked: downloadAndOpen()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue