diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2017-12-11 00:32:30 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:02 +0100 |
| commit | 676d976e5326b62ee227d1067615394b2a2c3292 (patch) | |
| tree | 7ea074fcfde78bfba8f0eb06cf5ef453af0d3790 /components/CheckBox.qml | |
| parent | e3390340821e0a367559f7a45408cec7771ef6d1 (diff) | |
| download | monzero-gui-676d976e5326b62ee227d1067615394b2a2c3292.tar.gz monzero-gui-676d976e5326b62ee227d1067615394b2a2c3292.tar.xz monzero-gui-676d976e5326b62ee227d1067615394b2a2c3292.zip | |
Pointinghand cursor for checkboxes
Diffstat (limited to 'components/CheckBox.qml')
| -rw-r--r-- | components/CheckBox.qml | 2 |
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() } |
