From 299d8e9c409542e4f8608e69677fd252f69ee5f7 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 24 Mar 2025 21:55:17 -0400 Subject: [PATCH] Set the pointing hand cursor shape on link previews Our HIG explicitly says we can do this for links, and these components are literally giant links. This might also help differentiate these from similar looking components like quotes for desktop users. (cherry picked from commit c3404936fd9a442e899eca6ee644ff7ed2ef3da7) --- src/timeline/LinkPreviewComponent.qml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/timeline/LinkPreviewComponent.qml b/src/timeline/LinkPreviewComponent.qml index bc40ba864..99578b225 100644 --- a/src/timeline/LinkPreviewComponent.qml +++ b/src/timeline/LinkPreviewComponent.qml @@ -128,6 +128,10 @@ QQC2.Control { } } + HoverHandler { + cursorShape: Qt.PointingHandCursor + } + QQC2.Button { id: closeButton anchors.right: parent.right