Fix mouse cursor on top bar
This commit is contained in:
parent
1eb2814fe0
commit
1af204f7d3
@ -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…
Reference in New Issue
Block a user