From 76ce324db85f7fca7e9ba2bed57a9dc74a863da4 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 cf29df6..609b762 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)