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 17, 2024
1 parent cab584f commit 482c1f0
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 482c1f0

Please sign in to comment.