Fix mouse cursor on top bar

This commit is contained in:
Nicolas Werner 2021-11-19 00:28:47 +01:00
parent 1eb2814fe0
commit 1af204f7d3
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 5 additions and 0 deletions

View File

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