Pointinghand cursor for checkboxes

This commit is contained in:
Sander Ferdinand 2017-12-11 00:32:30 +01:00 committed by moneromooo-monero
parent e339034082
commit 676d976e53

View file

@ -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()
}