mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Fix mouse cursor on top bar
This commit is contained in:
parent
1eb2814fe0
commit
1af204f7d3
1 changed files with 5 additions and 0 deletions
|
@ -49,6 +49,11 @@ Rectangle {
|
|||
//cursorShape: Qt.PointingHandCursor
|
||||
}
|
||||
|
||||
CursorShape {
|
||||
anchors.fill: parent
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
}
|
||||
|
||||
GridLayout {
|
||||
id: topLayout
|
||||
|
||||
|
|
Loading…
Reference in a new issue