- various: use DARK text color on DARK background

This commit is contained in:
svenhoefer
2016-10-19 14:35:38 +02:00
parent 870981c889
commit 957b1e05df
5 changed files with 6 additions and 0 deletions

View File

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