2
I’m trying to create a TextInput
in the Kivy and define its dimensions, only whenever it puts its dimensions of error:
invalid indentation,must be a Multiple of 4 Spaces.
I still don’t understand why you’re making this mistake.
FloatLayout:
TextInput:
size_hint:1., .5
pos_hint{'x':.35,'y':.56}
Button:
size_hint:.3,.1
pos_hint:{'x':.35,'y':.1}
text:'1'
Button:
size_hint:.3,.1
pos_hint:{'x':.35,'y':.5}
text:'2'
Did the answer solve your question? Do you think you can accept it? See [tour] if you don’t know how you do it. This would help a lot to indicate that the solution was useful to you. You can also vote on any question or answer you find useful on the entire site
– Maniero