reused unused font definition for text on joystick configuration page
authorHolger Schemel <info@artsoft.org>
Tue, 31 Oct 2017 12:06:58 +0000 (13:06 +0100)
committerHolger Schemel <info@artsoft.org>
Fri, 23 Mar 2018 22:21:15 +0000 (23:21 +0100)
src/conf_gfx.c
src/screens.c

index b2859d1bd1c7fc231277af70559bf924f2dfd788..ea1630257a714d688ccd95b633bd3c25ca2b8a40 100644 (file)
@@ -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"                     },
index 87a862245d88a6b4bf7c3c73b38016160260bb25..7513842e43eb8781fb8c469c05833be96cc0c7ec 100644 (file)
@@ -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