From 8a01f6d979e3d452dbec10be7f8f0fab82d7fbb6 Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Thu, 27 Jul 2023 11:41:09 +0800 Subject: Use pointing hand cursor for announcements too --- contents/ui/ActivityView.qml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/contents/ui/ActivityView.qml b/contents/ui/ActivityView.qml index c8ec3c9..6eb7e26 100644 --- a/contents/ui/ActivityView.qml +++ b/contents/ui/ActivityView.qml @@ -78,10 +78,7 @@ PlasmaComponents.ListItem { MouseArea { width: parent.width height: parent.height - cursorShape: - type == "announcement" - ? Qt.ArrowCursor - : Qt.PointingHandCursor + cursorShape: Qt.PointingHandCursor onClicked: () => { if (type == "announcement") { expanded = !expanded -- cgit v1.2.3