From 28a4b5f5d6b14d78d127dffcd2a9c0d5c705d5da Mon Sep 17 00:00:00 2001 From: vanhofen Date: Fri, 1 Feb 2013 23:26:33 +0100 Subject: [PATCH] channellist.cpp: change color for infozone Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/1e45607ae1af87d6d3abd3e3ac43461f7090354e Author: vanhofen Date: 2013-02-01 (Fri, 01 Feb 2013) Origin message was: ------------------ - channellist.cpp: change color for infozone ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/channellist.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/channellist.cpp b/src/gui/channellist.cpp index 90ea2619a..7bed6bda8 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -572,7 +572,7 @@ int CChannelList::show() if (g_settings.channellist_minitv) { - frameBuffer->paintBoxRel(x+width,y+theight,infozone_width,pig_height+infozone_height,COL_MENUHEAD_PLUS_0, RADIUS_LARGE, CORNER_BOTTOM); + frameBuffer->paintBoxRel(x+width,y+theight,infozone_width,pig_height+infozone_height,COL_MENUCONTENT_PLUS_0, RADIUS_LARGE, CORNER_BOTTOM); } paintHead(); @@ -2099,7 +2099,7 @@ void CChannelList::paint_pig (int _x, int _y, int w, int h) void CChannelList::paint_events(int index) { readEvents(chanlist[index]->channel_id); - frameBuffer->paintBoxRel(x+ width,y+ theight+pig_height, infozone_width, infozone_height,COL_MENUHEAD_PLUS_0, RADIUS_LARGE, CORNER_BOTTOM); + frameBuffer->paintBoxRel(x+ width,y+ theight+pig_height, infozone_width, infozone_height,COL_MENUCONTENT_PLUS_0, RADIUS_LARGE, CORNER_BOTTOM); char text1[10]; CChannelEventList::iterator e;