Skip to content

Commit

Permalink
qml: add scrollbar to wallet select list
Browse files Browse the repository at this point in the history
  • Loading branch information
MarnixCroes committed Aug 12, 2024
1 parent e7bea2d commit ba98b83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qml/pages/wallet/WalletSelect.qml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Popup {
id: listView
interactive: true
spacing: 2
ScrollBar.vertical: ScrollBar { }
model: walletListModel

delegate: WalletBadge {
Expand Down

0 comments on commit ba98b83

Please sign in to comment.