# HG changeset patch # User Goffi # Date 1561717818 -7200 # Node ID 86292cc41e818527139e1864f6525a3356435f2e # Parent efd3fbc85aafe9c2e70faeb5ec59f4a6e7fe75ff chat: fixed infinite loop due to size_hint used for height while height is modified by DropDown diff -r efd3fbc85aaf -r 86292cc41e81 cagou/plugins/plugin_wid_chat.kv --- 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)) : - size_hint: None, 1 - width: 10 auto_width: False MenuButton: text: _("Bookmarks")