Mercurial > libervia-desktop-kivy
diff cagou/plugins/plugin_wid_chat.py @ 387:d61bbbac4160
cagou widget: don't add header_input systematically anymore:
header input is often used in CagouWidget for e.g. filtering, but not always, and when it
is not, it is weird and confusing to have a TextInput which doesn't do nothing. To avoid
that, a new `use_header_input` bool attribute (set to False by default) has been added to
CagouWidget.
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 04 Feb 2020 20:47:17 +0100 |
parents | 1da3c379205b |
children | e2f806779b53 |
line wrap: on
line diff
--- a/cagou/plugins/plugin_wid_chat.py Tue Feb 04 20:47:17 2020 +0100 +++ b/cagou/plugins/plugin_wid_chat.py Tue Feb 04 20:47:17 2020 +0100 @@ -383,6 +383,7 @@ message_input = properties.ObjectProperty() messages_widget = properties.ObjectProperty() history_scroll = properties.ObjectProperty() + use_header_input = True global_screen_manager = True collection_carousel = True