diff --git a/src/timeline/LinkPreviewComponent.qml b/src/timeline/LinkPreviewComponent.qml index 4dbee5b1d..c51f71fc0 100644 --- a/src/timeline/LinkPreviewComponent.qml +++ b/src/timeline/LinkPreviewComponent.qml @@ -123,6 +123,10 @@ QQC2.Control { } } + HoverHandler { + cursorShape: Qt.PointingHandCursor + } + QQC2.Button { id: closeButton anchors.right: parent.right