Skip to content

Commit ba98b83

Browse files
committed
qml: add scrollbar to wallet select list
1 parent e7bea2d commit ba98b83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qml/pages/wallet/WalletSelect.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Popup {
6969
id: listView
7070
interactive: true
7171
spacing: 2
72+
ScrollBar.vertical: ScrollBar { }
7273
model: walletListModel
7374

7475
delegate: WalletBadge {

0 commit comments

Comments
 (0)