Skip to content

Commit 210a859

Browse files
committed
qml: add scrollbar to wallet select list
1 parent d9ad5bd commit 210a859

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)