bugfix
This commit is contained in:
parent
9bdf42aa1b
commit
591c7d69e7
@ -237,6 +237,7 @@ class StrSearchForm(BoxLayout):
|
|||||||
self.name = options.get('name','search_string')
|
self.name = options.get('name','search_string')
|
||||||
BoxLayout.__init__(self,orientation='horizontal',size_hint_y=None,height=CSize(3))
|
BoxLayout.__init__(self,orientation='horizontal',size_hint_y=None,height=CSize(3))
|
||||||
self.inputwidget = TextInput(
|
self.inputwidget = TextInput(
|
||||||
|
text='',
|
||||||
multiline=False,
|
multiline=False,
|
||||||
font_size=CSize(1),
|
font_size=CSize(1),
|
||||||
size_hint_y=None,
|
size_hint_y=None,
|
||||||
|
Loading…
Reference in New Issue
Block a user