mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11:04 +02:00
CSignalBar/CSignalBox: use better base color for caption COL_INFOBAR_TEXT
Origin commit data
------------------
Branch: ni/coolstream
Commit: 94b2ebda44
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-07-22 (Mon, 22 Jul 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -66,7 +66,7 @@ void CSignalBar::initVarSigBar()
|
||||
sb_item_height = sb_font->getHeight();
|
||||
height = sb_item_height;
|
||||
sb_scale_height = SB_MIN_HEIGHT;
|
||||
sb_caption_color= COL_MENUCONTENT_TEXT;
|
||||
sb_caption_color= COL_INFOBAR_TEXT;
|
||||
|
||||
initDimensions();
|
||||
|
||||
@@ -288,7 +288,7 @@ void CSignalBox::initVarSigBox()
|
||||
height = 5* SB_MIN_HEIGHT;
|
||||
sbx_bar_height = height/2;
|
||||
sbx_bar_x = corner_rad;
|
||||
sbx_caption_color = COL_MENUCONTENT_TEXT;
|
||||
sbx_caption_color = COL_INFOBAR_TEXT;
|
||||
}
|
||||
|
||||
void CSignalBox::initSignalItems()
|
||||
|
Reference in New Issue
Block a user