summary refs log tree commit diff
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-11-13 14:32:11 -0500
committerLoren Burkholder <computersemiexpert@outlook.com>2021-11-16 18:40:48 -0500
commitf095352a2cc6ba60f3460b00b5a61c22fb60c215 (patch)
tree2d8392b5f378397c523f66b3746a4991ef81a491
parentPort invite dialog to use ItemDelegate (diff)
downloadnheko-f095352a2cc6ba60f3460b00b5a61c22fb60c215.tar.xz
Add pointing hand cursor shape
-rw-r--r--resources/qml/dialogs/InviteDialog.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/qml/dialogs/InviteDialog.qml b/resources/qml/dialogs/InviteDialog.qml

index 2d415a36..c9d247d7 100644 --- a/resources/qml/dialogs/InviteDialog.qml +++ b/resources/qml/dialogs/InviteDialog.qml
@@ -147,6 +147,11 @@ ApplicationWindow { } + CursorShape { + anchors.fill: parent + cursorShape: Qt.PointingHandCursor + } + } }