From c8cce6c46873bf9d4121703b53585905edd9b154 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Tue, 31 Oct 2017 13:06:58 +0100 Subject: [PATCH] reused unused font definition for text on joystick configuration page --- src/conf_gfx.c | 2 +- src/screens.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/conf_gfx.c b/src/conf_gfx.c index b2859d1b..ea163025 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -6381,7 +6381,7 @@ struct ConfigInfo image_config[] = { "font.title_2.width", "14" }, { "font.title_2.height", "14" }, { "font.title_2.SETUP", UNDEFINED_FILENAME }, - { "font.title_2.SETUP.clone_from", "font.text_4" }, + { "font.title_2.SETUP.clone_from", "font.text_2" }, { "font.menu_1", "RocksFontBig.png" }, { "font.menu_1.x", "0" }, diff --git a/src/screens.c b/src/screens.c index 87a86224..7513842e 100644 --- a/src/screens.c +++ b/src/screens.c @@ -89,7 +89,7 @@ #define SETUPINPUT_SCREEN_POS_EMPTY2 (SETUPINPUT_SCREEN_POS_END - 1) #define MENU_SETUP_FONT_TITLE FONT_TEXT_1 -#define MENU_SETUP_FONT_TEXT FONT_REQUEST +#define MENU_SETUP_FONT_TEXT FONT_TITLE_2 /* for various menu stuff */ #define MENU_SCREEN_START_XPOS 1 -- 2.34.1