mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
- epgview: depend window size on font size
This commit is contained in:
@@ -117,8 +117,8 @@ CEpgData::CEpgData()
|
|||||||
|
|
||||||
void CEpgData::start()
|
void CEpgData::start()
|
||||||
{
|
{
|
||||||
ox = frameBuffer->getScreenWidthRel();
|
ox = frameBuffer->getScreenWidthRel(bigFonts ? false /* big */ : true /* small */);
|
||||||
oy = frameBuffer->getScreenHeightRel();
|
oy = frameBuffer->getScreenHeightRel(bigFonts ? false /* big */ : true /* small */);
|
||||||
|
|
||||||
topheight = g_Font[SNeutrinoSettings::FONT_TYPE_EPG_TITLE]->getHeight();
|
topheight = g_Font[SNeutrinoSettings::FONT_TYPE_EPG_TITLE]->getHeight();
|
||||||
topboxheight = topheight + 6;
|
topboxheight = topheight + 6;
|
||||||
|
Reference in New Issue
Block a user