From 3ceb44fd78f2a77117e73d77cae5f1ee9a2a1983 Mon Sep 17 00:00:00 2001 From: octopuserectus Date: Wed, 10 Jul 2019 20:17:04 +0000 Subject: [PATCH] Change font size for back button label --- common/menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/menu.c b/common/menu.c index 5558f23..dc1840e 100644 --- a/common/menu.c +++ b/common/menu.c @@ -533,7 +533,7 @@ void drawButtons(menu_s* menu, bool emptyDir, int *x_image_out) { { //drawImage(x_image, 720 - 48, 32, 32, themeCurrent.buttonBImage, IMAGE_MODE_RGBA32); DrawText(fontscale7, x_image, 720 - 47 + 24, themeCurrent.textColor, themeCurrent.buttonBText);//Display the 'B' button from SharedFont. - DrawText(interuimedium20, x_text, 720 - 47 + 24, themeCurrent.textColor, textGetString(StrId_Actions_Back)); + DrawText(interuiregular18, x_text, 720 - 47 + 24, themeCurrent.textColor, textGetString(StrId_Actions_Back)); } if(hbmenu_state == HBMENU_DEFAULT)