From 419a440e69f1f4d6b97102c5eeafb4fe61f03117 Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Wed, 10 Apr 2013 20:43:32 +0200 Subject: [PATCH] src/gui/channellist.cpp: fix to efc1076eb00ae77a55fbf1a5907d127f793a1c28 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/838cf61a692095f4688251eace39bf5e32dbb865 Author: Jacek Jendrzej Date: 2013-04-10 (Wed, 10 Apr 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/channellist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/channellist.cpp b/src/gui/channellist.cpp index 423094918..2a0acfa4e 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -1598,7 +1598,7 @@ void CChannelList::paintDetails(int index) else desc = desc + " (" + CServiceManager::getInstance()->GetSatelliteName(chanlist[index]->getSatellitePosition()) + ")"; - g_Font[SNeutrinoSettings::FONT_TYPE_CHANNELLIST]->RenderString(x+ 10, y+ height+ 5+ 2*fheight, full_width - 30, desc.c_str(), COL_MENUCONTENTDARK, 0, true); + g_Font[SNeutrinoSettings::FONT_TYPE_CHANNELLIST]->RenderString(x+ 10, y+ height+ 5+ 2*fheight +fdescrheight, full_width - 30, desc.c_str(), COL_MENUCONTENTDARK, 0, true); } else if( !displayNext && g_settings.channellist_foot == 1) { // next Event char buf[128] = {0};