- ccomponents: just code cosmetics; formatting

This commit is contained in:
svenhoefer
2016-10-10 14:19:54 +02:00
parent 75fe6e407d
commit e8c77b6b7f
4 changed files with 26 additions and 8 deletions

View File

@@ -48,7 +48,8 @@ class CComponentsIconForm : public CComponentsFrmChain
CComponentsForm *parent = NULL,
int shadow_mode = CC_SHADOW_OFF,
fb_pixel_t color_frame = COL_FRAME_PLUS_0,
fb_pixel_t color_body = COL_MENUHEAD_PLUS_0, fb_pixel_t color_shadow = COL_SHADOW_PLUS_0);
fb_pixel_t color_body = COL_MENUHEAD_PLUS_0,
fb_pixel_t color_shadow = COL_SHADOW_PLUS_0);
// ~CComponentsIconForm(); //inherited from CComponentsForm
void addIcon(const std::string& icon_name);