Skip to content

Commit

Permalink
qml: Change mousepointer when hovering over AddWallet button
Browse files Browse the repository at this point in the history
  • Loading branch information
johnny9 committed Dec 2, 2024
1 parent 2a6f3ec commit 2f04d12
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/qml/controls/AddWalletButton.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2f04d12

Please sign in to comment.