qml: MessagePopup: Remove extraneous cursor directive

This commit is contained in:
Tom Dewey 2024-09-18 15:16:57 +01:00 committed by Tom Dewey
parent 074f0a1bc0
commit 57fbc59ddb

View file

@ -60,7 +60,6 @@ Popup {
MouseArea { MouseArea {
anchors.fill: parent anchors.fill: parent
cursorShape: Qt.PointingHandCursor
onClicked: { onClicked: {
msgpopup.close() msgpopup.close()
} }