Merge pull request #349 from amnezia-vpn/bugfix/changed_cursorshape_for_cardtype

updated cursorshape of cardtype to Qt.PointingHandCursor
This commit is contained in:
Nethius 2023-09-28 20:55:03 +03:00 committed by GitHub
commit 16ccfb8714
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,4 +123,11 @@ RadioButton {
Layout.bottomMargin: 16
}
}
MouseArea {
anchors.fill: parent
cursorShape: Qt.PointingHandCursor
enabled: false
}
}