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:
Michael Liebmann
2012-07-12 00:26:52 +02:00
parent 8375bb2fa0
commit 4b99cb5774
7 changed files with 13 additions and 6 deletions

View File

@@ -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;