better size for textinput

This commit is contained in:
rgarcia-herrera 2020-08-28 00:17:56 -05:00
parent 1256e5d641
commit a861540d18

View File

@ -34,7 +34,10 @@
anchor_y: 0
TextInput:
pos_hint: {"x":0.05, "top":0.97}
size_hint: 0.9, 0.07
size_hint: 0.9, None
height: "32sp"
font_size: '20sp'
hint_text: 'buscar destino'
multiline: False
Button:
pos_hint: {"x":0.35, "top":0.9}