* Menu hints: Extra font added

- Font size set by Menu/Settings/Font settings/Menu/Menu hints
This commit is contained in:
micha-bbg
2012-07-12 00:26:52 +02:00
parent 108b8d9523
commit ee781bd880
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;