mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
kivy: fix size of server selector
This commit is contained in:
parent
85a411d5cf
commit
a79b4e6de6
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ Popup:
|
|||
Spinner:
|
||||
id: host
|
||||
height: '48dp'
|
||||
size_hint_y: None
|
||||
text: ''
|
||||
values: sorted(app.network.get_servers())
|
||||
disabled: auto_connect.active
|
||||
|
|
Loading…
Add table
Reference in a new issue