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:
vanhofen
2016-12-29 01:00:03 +01:00
parent 107026cb75
commit 90381c0496

View File

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