(Disp drivers) Set w to 19 by default so more can fit onscreen

This commit is contained in:
twinaphex 2014-09-09 00:25:12 +02:00
parent 5eeea034c9
commit 80161051c6
3 changed files with 3 additions and 3 deletions

View File

@ -352,7 +352,7 @@ static void rgui_render(void)
setting_data_get_list(),
driver.menu->selection_buf->list[i].label);
unsigned w = 21;
unsigned w = 19;
(void)setting;
if (!strcmp(label, "performance_counters"))

View File

@ -225,7 +225,7 @@ static void rmenu_render(void)
char message[256];
char type_str[256];
unsigned w = 21;
unsigned w = 19;
if (type == MENU_FILE_CORE)
{

View File

@ -437,7 +437,7 @@ static void rmenu_xui_render(void)
char message[256];
char type_str[256];
unsigned w = 21;
unsigned w = 19;
if (type == MENU_FILE_CORE)
{