Ripple effect in reply background.

This commit is contained in:
Black Hat
2019-06-23 15:16:46 +08:00
parent df09d1b2ef
commit 75fc8eb74e

View File

@@ -173,9 +173,11 @@ ColumnLayout {
color: replyAuthor && sentByMe ? replyAuthor.color : MPalette.background
radius: 18
AutoMouseArea {
RippleEffect {
anchors.fill: parent
circular: true
onClicked: goToEvent(replyEventId)
}
}