mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 19:32:03 +02:00
wizard: use hand cursor instead of arrow
This commit is contained in:
parent
71a1ff6677
commit
b1b8efdc3b
@ -127,6 +127,7 @@ ColumnLayout {
|
|||||||
MouseArea {
|
MouseArea {
|
||||||
id: createWalletArea
|
id: createWalletArea
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
cursorShape: Qt.PointingHandCursor
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
onClicked: {
|
onClicked: {
|
||||||
page.createWalletClicked()
|
page.createWalletClicked()
|
||||||
@ -169,6 +170,7 @@ ColumnLayout {
|
|||||||
MouseArea {
|
MouseArea {
|
||||||
id: recoverWalletArea
|
id: recoverWalletArea
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
cursorShape: Qt.PointingHandCursor
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
onClicked: {
|
onClicked: {
|
||||||
page.recoveryWalletClicked()
|
page.recoveryWalletClicked()
|
||||||
@ -212,6 +214,7 @@ ColumnLayout {
|
|||||||
MouseArea {
|
MouseArea {
|
||||||
id: openWalletArea
|
id: openWalletArea
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
cursorShape: Qt.PointingHandCursor
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
onClicked: {
|
onClicked: {
|
||||||
page.openWalletClicked()
|
page.openWalletClicked()
|
||||||
@ -257,6 +260,7 @@ ColumnLayout {
|
|||||||
MouseArea {
|
MouseArea {
|
||||||
id: createWalletFromDeviceArea
|
id: createWalletFromDeviceArea
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
cursorShape: Qt.PointingHandCursor
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
onClicked: {
|
onClicked: {
|
||||||
page.createWalletFromDeviceClicked()
|
page.createWalletFromDeviceClicked()
|
||||||
|
Loading…
Reference in New Issue
Block a user