mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
Menu hints: Extra font added
- Font size set by Menu/Settings/Font settings/Menu/Menu hints
Origin commit data
------------------
Branch: ni/coolstream
Commit: ee781bd880
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-07-12 (Thu, 12 Jul 2012)
Origin message was:
------------------
* Menu hints: Extra font added
- Font size set by Menu/Settings/Font settings/Menu/Menu hints
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1141,7 +1141,7 @@ printf("paintHint: icon %s text %s\n", item->hintIcon.c_str(), g_Locale->getText
|
||||
if (item->hint == NONEXISTANT_LOCALE)
|
||||
return;
|
||||
|
||||
int HintFont = SNeutrinoSettings::FONT_TYPE_MENU_INFO;
|
||||
int HintFont = SNeutrinoSettings::FONT_TYPE_MENU_HINT;
|
||||
int fheight = g_Font[HintFont]->getHeight();
|
||||
|
||||
std::string str1, str2;
|
||||
|
Reference in New Issue
Block a user