mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
tiny osd fix
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@732 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -121,7 +121,7 @@ void EpgPlus::Header::paint(const char * Name)
|
|||||||
head += " ";
|
head += " ";
|
||||||
head += Name;
|
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->font->RenderString (this->x + 10, this->y + this->font->getHeight(),
|
||||||
this->width - 20, head, COL_MENUHEAD, 0, true);
|
this->width - 20, head, COL_MENUHEAD, 0, true);
|
||||||
//this->width - 20, g_Locale->getText (LOCALE_EPGPLUS_HEAD) , COL_MENUHEAD, 0, true);
|
//this->width - 20, g_Locale->getText (LOCALE_EPGPLUS_HEAD) , COL_MENUHEAD, 0, true);
|
||||||
|
Reference in New Issue
Block a user