CMenueWidget: add color gradient to menue hints

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
[CST] Focus
2015-04-27 09:55:14 +02:00
committed by Thilo Graf
parent 7016a86ca2
commit 8a41089a92

View File

@@ -1302,6 +1302,9 @@ void CMenuWidget::paintHint(int pos)
if (pos < 0 && !hint_painted)
return;
info_box->enableGradient(g_settings.gradiant != 0); //TODO: manage via themes
info_box->setColorBody(COL_MENUCONTENT_PLUS_0);
if (hint_painted) {
/* clear detailsline line */