epgview: use default header font; ...

now FONT_TYPE_EPG_TITLE is obsolete and can be removed


Origin commit data
------------------
Branch: ni/coolstream
Commit: deed324a98
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-05-23 (Tue, 23 May 2017)

Origin message was:
------------------
- epgview: use default header font; ...

now FONT_TYPE_EPG_TITLE is obsolete and can be removed


------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-05-23 17:58:53 +02:00
parent 0cbdcf9b97
commit 4b57bc1ab6

View File

@@ -146,7 +146,7 @@ void CEpgData::start()
ox = frameBuffer->getScreenWidthRel(bigFonts ? false /* big */ : true /* small */);
oy = frameBuffer->getScreenHeightRel(bigFonts ? false /* big */ : true /* small */);
font_title = g_Font[SNeutrinoSettings::FONT_TYPE_EPG_TITLE];
font_title = g_Font[SNeutrinoSettings::FONT_TYPE_MENU_TITLE]; //NI
topheight = font_title->getHeight();
topboxheight = topheight + 6;
botboxheight = g_Font[SNeutrinoSettings::FONT_TYPE_EPG_DATE]->getHeight() + 6;