Mercurial > libervia-desktop-kivy
changeset 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 | efd3fbc85aaf |
children | f55b60659ec1 |
files | cagou/plugins/plugin_wid_chat.kv |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
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")