# HG changeset patch # User Goffi # Date 1523023988 -7200 # Node ID 84b18c131a8139583d7d930402f6894ae0cb3b9e # Parent 091e288838e1f87fe745daa7a3da1f876e7e9abc plugin chat: removed spaces between widgets diff -r 091e288838e1 -r 84b18c131a81 cagou/plugins/plugin_wid_chat.kv --- a/cagou/plugins/plugin_wid_chat.kv Fri Apr 06 16:13:08 2018 +0200 +++ b/cagou/plugins/plugin_wid_chat.kv Fri Apr 06 16:13:08 2018 +0200 @@ -48,8 +48,8 @@ : cols: 1 mess_xhtml: mess_xhtml - padding: dp(10) - spacing: dp(5) + padding: 0 + spacing: 0 size_hint: 1, None height: self.minimum_height on_width: self.widthAdjust()