From 0b14ded08fb67662e57cdf13c48b271f0ac10080 Mon Sep 17 00:00:00 2001 From: Hakan Ardo Date: Mon, 16 Jun 2014 20:18:47 +0200 Subject: [PATCH] minimum_height depends on line_height --- kivy/uix/textinput.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kivy/uix/textinput.py b/kivy/uix/textinput.py index a952db700..2a5006add 100644 --- a/kivy/uix/textinput.py +++ b/kivy/uix/textinput.py @@ -2559,7 +2559,7 @@ class TextInput(Widget): minimum_height = AliasProperty(_get_min_height, None, bind=('_lines', 'line_spacing', 'padding', 'font_size', 'font_name', 'password', - 'hint_text')) + 'hint_text', 'line_height')) '''Minimum height of the content inside the TextInput. .. versionadded:: 1.8.0