Skip to content

Commit 482c1f0

Browse files
committed
qml: Change mousepointer when hovering over AddWallet button
1 parent cab584f commit 482c1f0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/qml/controls/AddWalletButton.qml

+7
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ Button {
2020
implicitHeight: 30
2121
implicitWidth: 220
2222

23+
MouseArea {
24+
anchors.fill: parent
25+
enabled: false
26+
hoverEnabled: true
27+
cursorShape: Qt.PointingHandCursor
28+
}
29+
2330
contentItem: Item {
2431
anchors.fill: parent
2532
RowLayout {

0 commit comments

Comments
 (0)