mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
Pointinghand cursor for checkboxes
This commit is contained in:
parent
e339034082
commit
676d976e53
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue