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
This commit is contained in:
[CST] Focus
2013-06-10 15:59:21 +04:00
parent 23c387755c
commit 4850e6d77a
4 changed files with 4 additions and 0 deletions

View File

@@ -233,6 +233,7 @@ void CBEChannelSelectWidget::paintDetails(int index)
//info box
ibox->setText(str, CTextBox::AUTO_WIDTH | CTextBox::NO_AUTO_LINEBREAK, g_Font[SNeutrinoSettings::FONT_TYPE_CHANNELLIST]);
ibox->setColorBody(COL_MENUCONTENTDARK_PLUS_0);
ibox->paint(false);
}