summaryrefslogtreecommitdiffstats
path: root/resources/qml/TopBar.qml
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 /resources/qml/TopBar.qml
parent1eb2814fe0e3158f9c40c1765142d4337a4fc65c (diff)
Fix mouse cursor on top bar
Diffstat (limited to 'resources/qml/TopBar.qml')
-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