mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
epgview: use OFFSET define for navigation bar
Origin commit data
------------------
Branch: ni/coolstream
Commit: bb7f532506
Author: vanhofen <vanhofen@gmx.de>
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
This commit is contained in:
@@ -149,7 +149,7 @@ void CEpgData::start()
|
|||||||
font_title = g_Font[SNeutrinoSettings::FONT_TYPE_MENU_TITLE]; //NI
|
font_title = g_Font[SNeutrinoSettings::FONT_TYPE_MENU_TITLE]; //NI
|
||||||
topheight = font_title->getHeight();
|
topheight = font_title->getHeight();
|
||||||
topboxheight = topheight + 6;
|
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
|
// not really a CComponentsFooter but let's take its height
|
||||||
CComponentsFooter footer;
|
CComponentsFooter footer;
|
||||||
buttonheight = footer.getHeight();
|
buttonheight = footer.getHeight();
|
||||||
|
Reference in New Issue
Block a user