From 2aed94b678f20d359b8e77cbc454dd3c4deee78e Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 25 Feb 2019 00:16:35 +0100 Subject: [PATCH] imageinfo_ni: use menu fonts only Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/b62db2ed6367406e9c98d2bc17574fb0c36ebe7e Author: vanhofen Date: 2019-02-25 (Mon, 25 Feb 2019) Origin message was: ------------------ - imageinfo_ni: use menu fonts only --- src/gui/imageinfo_ni.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/imageinfo_ni.cpp b/src/gui/imageinfo_ni.cpp index b8c339166..6b359e846 100644 --- a/src/gui/imageinfo_ni.cpp +++ b/src/gui/imageinfo_ni.cpp @@ -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();