From 4b57bc1ab6e4c82db9db89690b454d892d5b609c Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 23 May 2017 17:58:53 +0200 Subject: [PATCH] epgview: use default header font; ... now FONT_TYPE_EPG_TITLE is obsolete and can be removed Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/deed324a985ce5203575a320aed6a068a936828e Author: vanhofen 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 --- src/gui/epgview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/epgview.cpp b/src/gui/epgview.cpp index 76ce70f9e..4968ae486 100644 --- a/src/gui/epgview.cpp +++ b/src/gui/epgview.cpp @@ -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;