From eec4e01b4e8face2a6f8eb15459c2f6255930b0c Mon Sep 17 00:00:00 2001 From: vanhofen Date: Fri, 19 Jan 2018 15:34:40 +0100 Subject: [PATCH] epgview: use OFFSET define for navigation bar Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/bb7f532506079f24583003874c01b49b8a4f6286 Author: vanhofen Date: 2018-01-19 (Fri, 19 Jan 2018) Origin message was: ------------------ - epgview: use OFFSET define for navigation bar ------------------ No further description and justification available within origin commit message! ------------------ 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 5ef031669..d3bf7e9db 100644 --- a/src/gui/epgview.cpp +++ b/src/gui/epgview.cpp @@ -149,7 +149,7 @@ void CEpgData::start() 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; + 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();