cc_frm_footer.h: use proven COL_SHADOW_PLUS_0 for button frames

Origin commit data
------------------
Commit: 02db4fe81a
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-28 (Mon, 28 Nov 2016)

Origin message was:
------------------
- cc_frm_footer.h: use proven COL_SHADOW_PLUS_0 for button frames
This commit is contained in:
vanhofen
2016-11-28 00:13:48 +01:00
parent d7ff08540c
commit b238e2c5b5

View File

@@ -158,8 +158,8 @@ class CComponentsFooter : public CComponentsHeader
* @li optional: exepts type int, default = 2
*/
void setSelectedButton(size_t item_id,
const fb_pixel_t& fr_col = COL_MENUCONTENTSELECTED_PLUS_2,
const fb_pixel_t& sel_fr_col = COL_MENUCONTENTSELECTED_PLUS_0,
const fb_pixel_t& fr_col = COL_SHADOW_PLUS_0, //NI
const fb_pixel_t& sel_fr_col = COL_SHADOW_PLUS_0, //NI
const fb_pixel_t& bg_col = COL_MENUCONTENT_PLUS_0,
const fb_pixel_t& sel_bg_col = COL_MENUCONTENTSELECTED_PLUS_0,
const fb_pixel_t& text_col = COL_MENUCONTENT_TEXT,