Fix mouse cursor on top bar

pull/822/head
Nicolas Werner 3 years ago
parent 1eb2814fe0
commit 1af204f7d3
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 5
      resources/qml/TopBar.qml

@ -49,6 +49,11 @@ Rectangle {
//cursorShape: Qt.PointingHandCursor //cursorShape: Qt.PointingHandCursor
} }
CursorShape {
anchors.fill: parent
cursorShape: Qt.PointingHandCursor
}
GridLayout { GridLayout {
id: topLayout id: topLayout

Loading…
Cancel
Save