diff --git a/src/gui/epgplus.cpp b/src/gui/epgplus.cpp index c4e55b854..07dd7b902 100644 --- a/src/gui/epgplus.cpp +++ b/src/gui/epgplus.cpp @@ -121,7 +121,7 @@ void EpgPlus::Header::paint(const char * Name) head += " "; head += Name; } - this->frameBuffer->paintBoxRel (this->x, this->y, this->width, this->font->getHeight(), COL_MENUHEAD_PLUS_0, RADIUS_LARGE, CORNER_TOP); + this->frameBuffer->paintBoxRel (this->x, this->y-2, this->width, this->font->getHeight()+2, COL_MENUHEAD_PLUS_0, RADIUS_LARGE, CORNER_TOP); this->font->RenderString (this->x + 10, this->y + this->font->getHeight(), this->width - 20, head, COL_MENUHEAD, 0, true); //this->width - 20, g_Locale->getText (LOCALE_EPGPLUS_HEAD) , COL_MENUHEAD, 0, true);