(RGUI and friends) Assign more label room for history list

This commit is contained in:
twinaphex 2014-10-13 04:28:29 +02:00
parent 907baa7c11
commit c46242f637

View File

@ -139,6 +139,9 @@ static void disp_set_label(unsigned *w, unsigned type, unsigned i,
if (!strcmp(label, "performance_counters"))
*w = 28;
if (!strcmp(label, "history_list"))
*w = 6;
if (type == MENU_FILE_CORE)
{
strlcpy(type_str, "(CORE)", type_str_size);