Skip to content

Commit

Permalink
Merge pull request #349 from amnezia-vpn/bugfix/changed_cursorshape_f…
Browse files Browse the repository at this point in the history
…or_cardtype

updated cursorshape of cardtype to Qt.PointingHandCursor
  • Loading branch information
Nethius authored Sep 28, 2023
2 parents 1a8c087 + 37024eb commit 16ccfb8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions client/ui/qml/Controls2/CardType.qml
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,11 @@ RadioButton {
Layout.bottomMargin: 16
}
}

MouseArea {
anchors.fill: parent

cursorShape: Qt.PointingHandCursor
enabled: false
}
}

0 comments on commit 16ccfb8

Please sign in to comment.