Minor improvement in ImageBubble.

This commit is contained in:
Black Hat 2018-08-08 01:58:06 +08:00
parent 5e3f18e320
commit b5328ec140
1 changed files with 6 additions and 0 deletions

View File

@ -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()
}
}
}
}