diff options
author | Loren Burkholder <computersemiexpert@outlook.com> | 2021-11-13 14:32:11 -0500 |
---|---|---|
committer | Loren Burkholder <computersemiexpert@outlook.com> | 2021-11-16 18:40:48 -0500 |
commit | f095352a2cc6ba60f3460b00b5a61c22fb60c215 (patch) | |
tree | 2d8392b5f378397c523f66b3746a4991ef81a491 /resources/qml/dialogs | |
parent | Port invite dialog to use ItemDelegate (diff) | |
download | nheko-f095352a2cc6ba60f3460b00b5a61c22fb60c215.tar.xz |
Add pointing hand cursor shape
Diffstat (limited to 'resources/qml/dialogs')
-rw-r--r-- | resources/qml/dialogs/InviteDialog.qml | 5 |
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 + } + } } |