From 1af204f7d30fd38a592ecebbbd94ee734c320fbe Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Fri, 19 Nov 2021 00:28:47 +0100 Subject: [PATCH] Fix mouse cursor on top bar --- resources/qml/TopBar.qml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/qml/TopBar.qml b/resources/qml/TopBar.qml index 45ce289a..53acdc39 100644 --- a/resources/qml/TopBar.qml +++ b/resources/qml/TopBar.qml @@ -49,6 +49,11 @@ Rectangle { //cursorShape: Qt.PointingHandCursor } + CursorShape { + anchors.fill: parent + cursorShape: Qt.PointingHandCursor + } + GridLayout { id: topLayout