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