diff cagou/kv/root_widget.kv @ 274:7d5297984191

core, chat: UI improvments: - better aligment of elements on left and right border, using new app.MARGIN_LEFT and app.MARGIN_RIGHT constants - Better sizing of JidItem, avoiding the avatar to touch the bottom border
author Goffi <goffi@goffi.org>
date Wed, 20 Mar 2019 09:29:44 +0100
parents ff1efdeff53f
children 1b835bcfa663
line wrap: on
line diff
--- a/cagou/kv/root_widget.kv	Wed Mar 20 09:29:44 2019 +0100
+++ b/cagou/kv/root_widget.kv	Wed Mar 20 09:29:44 2019 +0100
@@ -90,6 +90,7 @@
     notifs_icon: notifs_icon
     size_hint: 1, None
     height: self.HEIGHT
+    padding: app.MARGIN_LEFT, 0, app.MARGIN_RIGHT, 0
     IconButton:
         source: app.expand("{media}/icons/muchoslava/png/cagou_profil_bleu_48.png") if root.notes else ''
         allow_stretch: True