(Disp drivers) Set w to 19 by default so more can fit onscreen
This commit is contained in:
parent
5eeea034c9
commit
80161051c6
|
@ -352,7 +352,7 @@ static void rgui_render(void)
|
||||||
setting_data_get_list(),
|
setting_data_get_list(),
|
||||||
driver.menu->selection_buf->list[i].label);
|
driver.menu->selection_buf->list[i].label);
|
||||||
|
|
||||||
unsigned w = 21;
|
unsigned w = 19;
|
||||||
(void)setting;
|
(void)setting;
|
||||||
|
|
||||||
if (!strcmp(label, "performance_counters"))
|
if (!strcmp(label, "performance_counters"))
|
||||||
|
|
|
@ -225,7 +225,7 @@ static void rmenu_render(void)
|
||||||
char message[256];
|
char message[256];
|
||||||
char type_str[256];
|
char type_str[256];
|
||||||
|
|
||||||
unsigned w = 21;
|
unsigned w = 19;
|
||||||
|
|
||||||
if (type == MENU_FILE_CORE)
|
if (type == MENU_FILE_CORE)
|
||||||
{
|
{
|
||||||
|
|
|
@ -437,7 +437,7 @@ static void rmenu_xui_render(void)
|
||||||
char message[256];
|
char message[256];
|
||||||
char type_str[256];
|
char type_str[256];
|
||||||
|
|
||||||
unsigned w = 21;
|
unsigned w = 19;
|
||||||
|
|
||||||
if (type == MENU_FILE_CORE)
|
if (type == MENU_FILE_CORE)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue