aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2017-12-11 00:32:30 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-03-29 23:04:02 +0100
commit676d976e5326b62ee227d1067615394b2a2c3292 (patch)
tree7ea074fcfde78bfba8f0eb06cf5ef453af0d3790 /components
parente3390340821e0a367559f7a45408cec7771ef6d1 (diff)
downloadmonzero-gui-676d976e5326b62ee227d1067615394b2a2c3292.tar.gz
monzero-gui-676d976e5326b62ee227d1067615394b2a2c3292.tar.xz
monzero-gui-676d976e5326b62ee227d1067615394b2a2c3292.zip
Pointinghand cursor for checkboxes
Diffstat (limited to 'components')
-rw-r--r--components/CheckBox.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/CheckBox.qml b/components/CheckBox.qml
index fce53ad7..517917a3 100644
--- a/components/CheckBox.qml
+++ b/components/CheckBox.qml
@@ -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()
}