changeset 136:84b18c131a81

plugin chat: removed spaces between widgets
author Goffi <goffi@goffi.org>
date Fri, 06 Apr 2018 16:13:08 +0200
parents 091e288838e1
children b9139c87f393
files cagou/plugins/plugin_wid_chat.kv
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 <MessageWidget>:
     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()