mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user