set infobox color to COL_MENUCONTENTDARK_PLUS_0:

same color as main window looks boring, probably make sense to add color config option for this


Origin commit data
------------------
Branch: ni/coolstream
Commit: 4850e6d77a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-06-10 (Mon, 10 Jun 2013)



------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2013-06-10 15:59:21 +04:00
parent 367392ad7c
commit 6b3f06fb8b
4 changed files with 4 additions and 0 deletions

View File

@@ -1152,6 +1152,7 @@ void CMenuWidget::paintHint(int pos)
info_box->setText(str, CTextBox::AUTO_WIDTH, g_Font[SNeutrinoSettings::FONT_TYPE_MENU_HINT]);
info_box->setCornerRadius(RADIUS_LARGE);
info_box->syncSysColors();
info_box->setColorBody(COL_MENUCONTENTDARK_PLUS_0);
info_box->setShadowOnOff(CC_SHADOW_ON);
info_box->setPicture(item->hintIcon);
}