From cb27588c47e7a60257fa7dead196e98ebcc6ad7f Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 28 May 2013 10:48:18 +0200 Subject: [PATCH] filebrowser: stay with FONT_TYPE_MENU_TITLE in header ... ... to keep gui as uniformly as possible Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/13398c4e0f1468742bbc0d8b5e8f2b6895cef510 Author: vanhofen 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 --- src/gui/filebrowser.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/gui/filebrowser.cpp b/src/gui/filebrowser.cpp index 277e1516b..6802cb034 100644 --- a/src/gui/filebrowser.cpp +++ b/src/gui/filebrowser.cpp @@ -362,13 +362,6 @@ CFileBrowser::CFileBrowser(const char * const _base, const tFileBrowserMode mode void CFileBrowser::commonInit() { 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_item = g_Font[SNeutrinoSettings::FONT_TYPE_FILEBROWSER_ITEM]; fnt_small = g_Font[SNeutrinoSettings::FONT_TYPE_INFOBAR_SMALL];