From d68fb81bcf7b3fdab7cd3560a99cbbd4382a710c Mon Sep 17 00:00:00 2001 From: James Graham Date: Tue, 13 Dec 2022 19:28:15 +0000 Subject: [PATCH] Show a Qt.PointingHandCursor when hovering over a reply --- src/qml/Component/Timeline/ReplyComponent.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qml/Component/Timeline/ReplyComponent.qml b/src/qml/Component/Timeline/ReplyComponent.qml index 75311025d..58876e28e 100644 --- a/src/qml/Component/Timeline/ReplyComponent.qml +++ b/src/qml/Component/Timeline/ReplyComponent.qml @@ -86,6 +86,7 @@ Item { MouseArea { anchors.fill: parent + cursorShape: Qt.PointingHandCursor onClicked: { replyComponent.replyClicked() }