Mercurial > libervia-desktop-kivy
diff 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 |
line wrap: on
line diff
--- a/src/cagou/core/constants.py Tue Aug 09 22:06:00 2016 +0200 +++ b/src/cagou/core/constants.py Wed Aug 10 01:24:37 2016 +0200 @@ -25,3 +25,5 @@ LOG_OPT_SECTION = APP_NAME.lower() CONFIG_SECTION = APP_NAME.lower() WID_SELECTOR = 'selector' + ICON_SIZES = ('small', 'medium') # small = 32, medium = 44 + DEFAULT_WIDGET_ICON = u'{media}/misc/black.png'