From 7a15217e7483d80d9522a4aa732e403fe2bc10ab Mon Sep 17 00:00:00 2001 From: thilo Date: Fri, 28 Oct 2011 22:15:18 +0000 Subject: [PATCH] *neutrino eventlist: change background color for fucntion bar git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1783 e54a6e83-5905-42d5-8d5c-058d10e6a962 --- src/gui/eventlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/eventlist.cpp b/src/gui/eventlist.cpp index 29cc6fc4e..5b384e7b9 100644 --- a/src/gui/eventlist.cpp +++ b/src/gui/eventlist.cpp @@ -878,7 +878,7 @@ void EventList::showFunctionBar (bool show) frameBuffer->getIconSize(NEUTRINO_ICON_BUTTON_RED, &icol_w, &icol_h); int fh = g_Font[SNeutrinoSettings::FONT_TYPE_INFOBAR_SMALL]->getHeight(); - frameBuffer->paintBoxRel(x,by,width,bh, COL_MENUHEAD_PLUS_0, RADIUS_LARGE, CORNER_BOTTOM); + frameBuffer->paintBoxRel(x, by, width, iheight, COL_INFOBAR_SHADOW_PLUS_1, RADIUS_MID, CORNER_BOTTOM); // -- Button: Timer Record & Channelswitch if ((g_settings.recording_type != CNeutrinoApp::RECORDING_OFF) &&