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
+7
View File
@@ -123,4 +123,11 @@ RadioButton {
Layout.bottomMargin: 16
}
}
MouseArea {
anchors.fill: parent
cursorShape: Qt.PointingHandCursor
enabled: false
}
}