mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
filebrowser: stay with FONT_TYPE_MENU_TITLE in header ...
... to keep gui as uniformly as possible
Origin commit data
------------------
Commit: 13398c4e0f
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-05-28 (Tue, 28 May 2013)
Origin message was:
------------------
- filebrowser: stay with FONT_TYPE_MENU_TITLE in header ...
... to keep gui as uniformly as possible
This commit is contained in:
@@ -362,13 +362,6 @@ CFileBrowser::CFileBrowser(const char * const _base, const tFileBrowserMode mode
|
|||||||
void CFileBrowser::commonInit()
|
void CFileBrowser::commonInit()
|
||||||
{
|
{
|
||||||
frameBuffer = CFrameBuffer::getInstance();
|
frameBuffer = CFrameBuffer::getInstance();
|
||||||
// fnt_title = g_Font[SNeutrinoSettings::FONT_TYPE_EVENTLIST_TITLE];
|
|
||||||
/*
|
|
||||||
CComponentsHeader doesn't support several fonts yet.
|
|
||||||
FONT_TYPE_MENU_TITLE is the used font.
|
|
||||||
so we have to use FONT_TYPE_MENU_TITLE here to get
|
|
||||||
the correct render-widths in paintHead() methode.
|
|
||||||
*/
|
|
||||||
fnt_title = g_Font[SNeutrinoSettings::FONT_TYPE_MENU_TITLE];
|
fnt_title = g_Font[SNeutrinoSettings::FONT_TYPE_MENU_TITLE];
|
||||||
fnt_item = g_Font[SNeutrinoSettings::FONT_TYPE_FILEBROWSER_ITEM];
|
fnt_item = g_Font[SNeutrinoSettings::FONT_TYPE_FILEBROWSER_ITEM];
|
||||||
fnt_small = g_Font[SNeutrinoSettings::FONT_TYPE_INFOBAR_SMALL];
|
fnt_small = g_Font[SNeutrinoSettings::FONT_TYPE_INFOBAR_SMALL];
|
||||||
|
Reference in New Issue
Block a user