From 4610d61b92af7ce9f3caabae700ba88dd6a5ca51 Mon Sep 17 00:00:00 2001 From: Black Hat Date: Mon, 6 May 2019 09:50:44 +0800 Subject: [PATCH] Crcular ripple effect in reply. --- imports/Spectral/Component/Timeline/MessageDelegate.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/imports/Spectral/Component/Timeline/MessageDelegate.qml b/imports/Spectral/Component/Timeline/MessageDelegate.qml index 6a4e2b5..cac2cb6 100644 --- a/imports/Spectral/Component/Timeline/MessageDelegate.qml +++ b/imports/Spectral/Component/Timeline/MessageDelegate.qml @@ -147,6 +147,8 @@ ColumnLayout { RippleEffect { anchors.fill: parent + circular: true + onClicked: userDetailDialog.createObject(ApplicationWindow.overlay, {"room": currentRoom, "user": replyAuthor}).open() } }