mirror of
https://github.com/monero-project/monero-gui
synced 2025-01-01 21:56:23 +01:00
Pointinghand cursor for checkboxes
This commit is contained in:
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()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user