From dec82897bd8fd542a788142a05955165b2571cdd Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Fri, 19 Jan 2018 15:34:40 +0100 Subject: [PATCH] - epgview: use OFFSET define for navigation bar Signed-off-by: Thilo Graf --- 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 a08a23385..a2dd036dd 100644 --- a/src/gui/epgview.cpp +++ b/src/gui/epgview.cpp @@ -144,7 +144,7 @@ void CEpgData::start() font_title = g_Font[SNeutrinoSettings::FONT_TYPE_EPG_TITLE]; topheight = font_title->getHeight(); topboxheight = topheight + 6; - botboxheight = g_Font[SNeutrinoSettings::FONT_TYPE_EPG_DATE]->getHeight() + 6; + botboxheight = g_Font[SNeutrinoSettings::FONT_TYPE_EPG_DATE]->getHeight() + 2*OFFSET_INNER_MIN; // not really a CComponentsFooter but let's take its height CComponentsFooter footer; buttonheight = footer.getHeight();