mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
CComponentsWindow: use FONT_TYPE_BUTTON_TEXT instead FONT_TYPE_MENU_FOOT
Buttton text is not the same like footer text.
This commit is contained in:
@@ -145,7 +145,7 @@ void CComponentsWindow::initVarWindow( const int& x_pos, const int& y_pos, const
|
|||||||
ccw_right_sidebar= NULL;
|
ccw_right_sidebar= NULL;
|
||||||
ccw_body = NULL;
|
ccw_body = NULL;
|
||||||
ccw_footer = NULL;
|
ccw_footer = NULL;
|
||||||
ccw_button_font = g_Font[SNeutrinoSettings::FONT_TYPE_MENU_FOOT];
|
ccw_button_font = g_Font[SNeutrinoSettings::FONT_TYPE_BUTTON_TEXT];
|
||||||
|
|
||||||
ccw_buttons = 0; //no header buttons
|
ccw_buttons = 0; //no header buttons
|
||||||
ccw_show_footer = true;
|
ccw_show_footer = true;
|
||||||
|
Reference in New Issue
Block a user