mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-07 05:38:28 +02:00
themes: use color from material palette for progressbar-background
Origin commit data
------------------
Commit: 0e18babe58
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-29 (Thu, 29 Dec 2016)
Origin message was:
------------------
- themes: use color from material palette for progressbar-background
This commit is contained in:
@@ -441,9 +441,9 @@ void CThemes::getTheme(CConfigFile &configfile)
|
||||
t.progressbar_active_red = configfile.getInt32( "progressbar_active_red", 98 );
|
||||
t.progressbar_active_green = configfile.getInt32( "progressbar_active_green", 98 );
|
||||
t.progressbar_active_blue = configfile.getInt32( "progressbar_active_blue", 98 );
|
||||
t.progressbar_passive_red = configfile.getInt32( "progressbar_passive_red", 60 );
|
||||
t.progressbar_passive_green = configfile.getInt32( "progressbar_passive_green", 60 );
|
||||
t.progressbar_passive_blue = configfile.getInt32( "progressbar_passive_blue", 60 );
|
||||
t.progressbar_passive_red = configfile.getInt32( "progressbar_passive_red", 62 );
|
||||
t.progressbar_passive_green = configfile.getInt32( "progressbar_passive_green", 62 );
|
||||
t.progressbar_passive_blue = configfile.getInt32( "progressbar_passive_blue", 62 );
|
||||
}
|
||||
|
||||
void CThemes::move_userDir()
|
||||
|
Reference in New Issue
Block a user