mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user