From 75fc8eb74ebb5d95181b2ca72e79042a533030c5 Mon Sep 17 00:00:00 2001 From: Black Hat Date: Sun, 23 Jun 2019 15:16:46 +0800 Subject: [PATCH] Ripple effect in reply background. --- imports/Spectral/Component/Timeline/MessageDelegate.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/imports/Spectral/Component/Timeline/MessageDelegate.qml b/imports/Spectral/Component/Timeline/MessageDelegate.qml index de861132d..df42c4a0c 100644 --- a/imports/Spectral/Component/Timeline/MessageDelegate.qml +++ b/imports/Spectral/Component/Timeline/MessageDelegate.qml @@ -173,9 +173,11 @@ ColumnLayout { color: replyAuthor && sentByMe ? replyAuthor.color : MPalette.background radius: 18 - AutoMouseArea { + RippleEffect { anchors.fill: parent + circular: true + onClicked: goToEvent(replyEventId) } }