mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
theme: use new PB_MONO as default
Origin commit data
------------------
Branch: ni/coolstream
Commit: f94613b453
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-29 (Thu, 29 Dec 2016)
Origin message was:
------------------
- theme: use new PB_MONO as default
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -429,7 +429,7 @@ void CThemes::getTheme(CConfigFile &configfile)
|
||||
t.clock_Digit_green = configfile.getInt32( "clock_Digit_green", 62 );
|
||||
t.clock_Digit_blue = configfile.getInt32( "clock_Digit_blue", 62 );
|
||||
|
||||
t.progressbar_design = configfile.getInt32("progressbar_design", CProgressBar::PB_COLOR);
|
||||
t.progressbar_design = configfile.getInt32("progressbar_design", CProgressBar::PB_MONO);
|
||||
t.progressbar_design_channellist = configfile.getInt32("progressbar_design_channellist", t.progressbar_design);
|
||||
t.progressbar_gradient = configfile.getInt32("progressbar_gradient", 1);
|
||||
t.progressbar_timescale_red = configfile.getInt32("progressbar_timescale_red", 0);
|
||||
|
Reference in New Issue
Block a user