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