mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
imageinfo_ni: use menu fonts only
Origin commit data
------------------
Branch: ni/coolstream
Commit: b62db2ed63
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-02-25 (Mon, 25 Feb 2019)
Origin message was:
------------------
- imageinfo_ni: use menu fonts only
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -101,9 +101,9 @@ void CImageInfoNI::Init(void)
|
||||
{
|
||||
frameBuffer = CFrameBuffer::getInstance();
|
||||
|
||||
font_head = SNeutrinoSettings::FONT_TYPE_INFOBAR_CHANNAME;;
|
||||
font_small = SNeutrinoSettings::FONT_TYPE_INFOBAR_SMALL;
|
||||
font_head = SNeutrinoSettings::FONT_TYPE_MENU_TITLE;
|
||||
font_info = SNeutrinoSettings::FONT_TYPE_MENU;
|
||||
font_small = SNeutrinoSettings::FONT_TYPE_MENU_INFO;
|
||||
|
||||
hheight = g_Font[font_head]->getHeight();
|
||||
iheight = g_Font[font_info]->getHeight();
|
||||
|
Reference in New Issue
Block a user