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:
id: host
height: '48dp'
size_hint_y: None
text: ''
values: sorted(app.network.get_servers())
disabled: auto_connect.active