Pointinghand cursor for checkboxes

pull/2/head
Sander Ferdinand 7 years ago committed by moneromooo-monero
parent e339034082
commit 676d976e53

@ -76,6 +76,7 @@ RowLayout {
MouseArea {
anchors.fill: parent
cursorShape: Qt.PointingHandCursor
onClicked: {
toggle()
}
@ -93,6 +94,7 @@ RowLayout {
anchors.leftMargin: !isMobile ? 10 : 8
MouseArea {
anchors.fill: parent
cursorShape: Qt.PointingHandCursor
onClicked: {
toggle()
}