Skip to content
Snippets Groups Projects
Verified Commit 1af204f7 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix mouse cursor on top bar

parent 1eb2814f
No related branches found
No related tags found
No related merge requests found
Pipeline #2120 passed
......@@ -49,6 +49,11 @@ Rectangle {
//cursorShape: Qt.PointingHandCursor
}
CursorShape {
anchors.fill: parent
cursorShape: Qt.PointingHandCursor
}
GridLayout {
id: topLayout
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment