Mercurial > libervia-desktop-kivy
diff cagou/plugins/plugin_wid_chat.kv @ 301:86292cc41e81
chat: fixed infinite loop due to size_hint used for height while height is modified by DropDown
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 28 Jun 2019 12:30:18 +0200 |
parents | 5d96bcd3bfec |
children | 772c170b47a9 |
line wrap: on
line diff
--- a/cagou/plugins/plugin_wid_chat.kv Fri Jun 28 12:30:17 2019 +0200 +++ b/cagou/plugins/plugin_wid_chat.kv Fri Jun 28 12:30:18 2019 +0200 @@ -148,8 +148,6 @@ on_texture_size: self.parent.parent.width = max(self.parent.parent.width, self.texture_size[0] + dp(10)) <ExtraMenu>: - size_hint: None, 1 - width: 10 auto_width: False MenuButton: text: _("Bookmarks")