From 2ec43b9834d5dd869a4ab3f8f7ae2162d38fe3be Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 20 Nov 2016 18:38:52 +0100 Subject: [PATCH] osd_setup: use proven font styles (bold, w/o offset) for msgboxes Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/5c54638d594ed3409637203a74cfd0b2e05b4e33 Author: vanhofen Date: 2016-11-20 (Sun, 20 Nov 2016) Origin message was: ------------------ - osd_setup: use proven font styles (bold, w/o offset) for msgboxes --- src/gui/osd_setup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/osd_setup.cpp b/src/gui/osd_setup.cpp index 47bf08ac0..1709d0610 100644 --- a/src/gui/osd_setup.cpp +++ b/src/gui/osd_setup.cpp @@ -223,7 +223,7 @@ font_sizes_struct neutrino_font[SNeutrinoSettings::FONT_TYPE_COUNT] = {LOCALE_FONTSIZE_MOVIEBROWSER_LIST , 20, CNeutrinoFonts::FONT_STYLE_REGULAR, 0}, //NI {LOCALE_FONTSIZE_MOVIEBROWSER_INFO , 16, CNeutrinoFonts::FONT_STYLE_REGULAR, 0}, //NI {LOCALE_FONTSIZE_SUBTITLES , 25, CNeutrinoFonts::FONT_STYLE_BOLD , 0} - {LOCALE_FONTSIZE_MESSAGE_TEXT , 20, CNeutrinoFonts::FONT_STYLE_REGULAR, 1} + {LOCALE_FONTSIZE_MESSAGE_TEXT , 20, CNeutrinoFonts::FONT_STYLE_BOLD , 0} //NI }; int COsdSetup::exec(CMenuTarget* parent, const std::string &actionKey)