better size for textinput
This commit is contained in:
parent
1256e5d641
commit
a861540d18
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user