kivy: fix size of server selector

This commit is contained in:
ThomasV 2016-06-04 20:49:45 +02:00
parent 85a411d5cf
commit a79b4e6de6
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ Popup:
Spinner: Spinner:
id: host id: host
height: '48dp' height: '48dp'
size_hint_y: None
text: '' text: ''
values: sorted(app.network.get_servers()) values: sorted(app.network.get_servers())
disabled: auto_connect.active disabled: auto_connect.active