mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 11:22:05 +02:00
Merge pull request #1786
b1b8efd
wizard: use hand cursor instead of arrow (xiphon)
This commit is contained in:
commit
fc06005e3a
@ -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