mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
- ccomponents: fix frame color
This commit is contained in:
@@ -102,7 +102,7 @@ class CComponentsFrmClock : public CComponentsForm, public CCTextScreen
|
||||
const int& interval_seconds = 1,
|
||||
CComponentsForm *parent = NULL,
|
||||
int shadow_mode = CC_SHADOW_OFF,
|
||||
fb_pixel_t color_frame = COL_LIGHT_GRAY,
|
||||
fb_pixel_t color_frame = COL_FRAME_PLUS_0,
|
||||
fb_pixel_t color_body = COL_MENUCONTENT_PLUS_0,
|
||||
fb_pixel_t color_shadow = COL_SHADOW_PLUS_0,
|
||||
int font_style = CNeutrinoFonts::FONT_STYLE_BOLD
|
||||
|
Reference in New Issue
Block a user