summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-11-19 00:28:47 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-11-19 00:28:56 +0100
commit1af204f7d30fd38a592ecebbbd94ee734c320fbe (patch)
treef6e997799f6ee4a6674a335fc19bf04b7623838b
parentJdenticon update (diff)
downloadnheko-1af204f7d30fd38a592ecebbbd94ee734c320fbe.tar.xz
Fix mouse cursor on top bar
-rw-r--r--resources/qml/TopBar.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/qml/TopBar.qml b/resources/qml/TopBar.qml

index 45ce289a..53acdc39 100644 --- a/resources/qml/TopBar.qml +++ b/resources/qml/TopBar.qml
@@ -49,6 +49,11 @@ Rectangle { //cursorShape: Qt.PointingHandCursor } + CursorShape { + anchors.fill: parent + cursorShape: Qt.PointingHandCursor + } + GridLayout { id: topLayout