mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
CComponentsFooter: fix default button font type
Deafult buttonfont is FONT_TYPE_BUTTON_TEXT not FONT_TYPE_MENU_FOOT
Origin commit data
------------------
Branch: ni/coolstream
Commit: 60a77d38b3
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-03 (Tue, 03 Jan 2017)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -204,7 +204,7 @@ class CComponentsFooter : public CComponentsHeader
|
||||
const struct button_label * const content,
|
||||
const int& label_width = 0,
|
||||
const int& context_buttons = 0,
|
||||
Font* font = g_Font[SNeutrinoSettings::FONT_TYPE_MENU_FOOT],
|
||||
Font* font = g_Font[SNeutrinoSettings::FONT_TYPE_BUTTON_TEXT],
|
||||
bool do_save_bg = CC_SAVE_SCREEN_NO
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user