From 2f04d1272467b60b948e4e0f504ee759a440b999 Mon Sep 17 00:00:00 2001 From: johnny9 <985648+johnny9@users.noreply.github.com> Date: Sun, 1 Dec 2024 20:37:50 -0500 Subject: [PATCH] qml: Change mousepointer when hovering over AddWallet button --- src/qml/controls/AddWalletButton.qml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/qml/controls/AddWalletButton.qml b/src/qml/controls/AddWalletButton.qml index 7d4599e922..8a2bca3dc5 100644 --- a/src/qml/controls/AddWalletButton.qml +++ b/src/qml/controls/AddWalletButton.qml @@ -20,6 +20,13 @@ Button { implicitHeight: 30 implicitWidth: 220 + MouseArea { + anchors.fill: parent + enabled: false + hoverEnabled: true + cursorShape: Qt.PointingHandCursor + } + contentItem: Item { anchors.fill: parent RowLayout {