diff cagou/core/constants.py @ 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 cf61a011f731
children 1b835bcfa663
line wrap: on
line diff
--- a/cagou/core/constants.py	Wed Mar 20 09:29:44 2019 +0100
+++ b/cagou/core/constants.py	Wed Mar 20 09:29:44 2019 +0100
@@ -45,3 +45,4 @@
     COLOR_WARNING = (1.0, 1.0, 0.0, 1)
     COLOR_ERROR = (1.0, 0.0, 0.0, 1)
 
+    COLOR_BTN_LIGHT = (0.4, 0.4, 0.4, 1)