mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
qml: MessagePopup: Remove extraneous cursor directive
This commit is contained in:
parent
074f0a1bc0
commit
57fbc59ddb
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ Popup {
|
||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
cursorShape: Qt.PointingHandCursor
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
msgpopup.close()
|
msgpopup.close()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue