comparison src/cagou/core/constants.py @ 25:d09bd16dbbe2

code (cagou widget), selector: icons handling + use of new muchoslava icon set
author Goffi <goffi@goffi.org>
date Wed, 10 Aug 2016 01:24:37 +0200
parents 56838ad5c84b
children c711be670ecd
comparison
equal deleted inserted replaced
24:bc15b55a4114 25:d09bd16dbbe2
23 class Const(constants.Const): 23 class Const(constants.Const):
24 APP_NAME = "Cagou" 24 APP_NAME = "Cagou"
25 LOG_OPT_SECTION = APP_NAME.lower() 25 LOG_OPT_SECTION = APP_NAME.lower()
26 CONFIG_SECTION = APP_NAME.lower() 26 CONFIG_SECTION = APP_NAME.lower()
27 WID_SELECTOR = 'selector' 27 WID_SELECTOR = 'selector'
28 ICON_SIZES = ('small', 'medium') # small = 32, medium = 44
29 DEFAULT_WIDGET_ICON = u'{media}/misc/black.png'