- ccomponents: fix frame color

This commit is contained in:
vanhofen
2016-10-10 14:19:55 +02:00
committed by svenhoefer
parent 73d7575f5f
commit 01f32241e4
2 changed files with 9 additions and 9 deletions

View File

@@ -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