comparison 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
comparison
equal deleted inserted replaced
273:0ef216091f2b 274:7d5297984191
43 43
44 COLOR_INFO = COLOR_PRIM_LIGHT 44 COLOR_INFO = COLOR_PRIM_LIGHT
45 COLOR_WARNING = (1.0, 1.0, 0.0, 1) 45 COLOR_WARNING = (1.0, 1.0, 0.0, 1)
46 COLOR_ERROR = (1.0, 0.0, 0.0, 1) 46 COLOR_ERROR = (1.0, 0.0, 0.0, 1)
47 47
48 COLOR_BTN_LIGHT = (0.4, 0.4, 0.4, 1)