mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-07 05:38:28 +02:00
Merge branch 'cst-next' of git://coolstreamtech.de/cst-public-gui-neutrino into ni/cst-next
Origin commit data
------------------
Commit: e13549e11d
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-16 (Tue, 16 Aug 2016)
This commit is contained in:
@@ -365,9 +365,9 @@ void CThemes::getTheme(CConfigFile &configfile)
|
||||
t.menu_Foot_green = configfile.getInt32( "menu_Foot_green", 0x10 );
|
||||
t.menu_Foot_blue = configfile.getInt32( "menu_Foot_blue", 0x10 );
|
||||
t.menu_Foot_Text_alpha = configfile.getInt32( "menu_Foot_Text_alpha", 0x00 );
|
||||
t.menu_Foot_Text_red = configfile.getInt32( "menu_Foot_Text_red", 0x28 );
|
||||
t.menu_Foot_Text_green = configfile.getInt32( "menu_Foot_Text_green", 0x28 );
|
||||
t.menu_Foot_Text_blue = configfile.getInt32( "menu_Foot_Text_blue", 0x28 );
|
||||
t.menu_Foot_Text_red = configfile.getInt32( "menu_Foot_Text_red", 0x40 );
|
||||
t.menu_Foot_Text_green = configfile.getInt32( "menu_Foot_Text_green", 0x40 );
|
||||
t.menu_Foot_Text_blue = configfile.getInt32( "menu_Foot_Text_blue", 0x40 );
|
||||
|
||||
t.menu_Hint_gradient = configfile.getInt32( "menu_Hint_gradient", CC_COLGRAD_COL_B_2_COL_A);
|
||||
t.menu_Hint_gradient_direction = configfile.getInt32( "menu_Hint_gradient_direction", CFrameBuffer::gradientVertical);
|
||||
|
Reference in New Issue
Block a user