pythonkivytextfieldkivymd

How to increase TextField`s Height in kivymd?


I Want to Create TextEditor in kivymd and i stucked at increasing height of a TextField

How Can I add to the TextField`s Height?

and this is the textfield` code:

I tried size_hint, theme_height, height, whatever?

and i tried to size: root.width,root.height


Solution

  • MDTextField's height is defined by the size of the text font within, so you could: