Add pointing hand cursor shape

pull/806/head
Loren Burkholder 3 years ago
parent 07aa89cca1
commit f095352a2c
  1. 5
      resources/qml/dialogs/InviteDialog.qml

@ -147,6 +147,11 @@ ApplicationWindow {
}
CursorShape {
anchors.fill: parent
cursorShape: Qt.PointingHandCursor
}
}
}

Loading…
Cancel
Save