mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
CProgressBar: use correct default colors in constructor
Origin commit data
------------------
Branch: ni/coolstream
Commit: 276fa6273e
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-07 (Sun, 07 Apr 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -111,7 +111,7 @@ class CProgressBar : public CComponentsItem
|
|||||||
CProgressBar();
|
CProgressBar();
|
||||||
CProgressBar( const int x_pos, const int y_pos,
|
CProgressBar( const int x_pos, const int y_pos,
|
||||||
const int w = -1, const int h = -1,
|
const int w = -1, const int h = -1,
|
||||||
fb_pixel_t color_frame = 0, fb_pixel_t color_body = COL_INFOBAR_PLUS_3, fb_pixel_t color_shadow = COL_INFOBAR_PLUS_7,
|
fb_pixel_t color_frame = 0, fb_pixel_t color_body = COL_MENUCONTENT_PLUS_0, fb_pixel_t color_shadow = COL_MENUCONTENTDARK_PLUS_0,
|
||||||
const fb_pixel_t active_col = COL_INFOBAR_PLUS_7, const fb_pixel_t passive_col = COL_INFOBAR_PLUS_3,
|
const fb_pixel_t active_col = COL_INFOBAR_PLUS_7, const fb_pixel_t passive_col = COL_INFOBAR_PLUS_3,
|
||||||
const bool blinkenlights = false,
|
const bool blinkenlights = false,
|
||||||
const int r = 40, const int g = 100, const int b =70,
|
const int r = 40, const int g = 100, const int b =70,
|
||||||
|
Reference in New Issue
Block a user