Update favorite.c

Giving a bit more space between the lines of history
This commit is contained in:
Ross Gouldthorpe 2024-12-04 13:11:26 +00:00
parent 0d6fe8445f
commit 724f40f52c

View File

@ -96,7 +96,7 @@ static void draw_favorites(menu_t *menu, surface_t *display) {
if(path_has_value(menu->history.favorites_disk[i])) {
ui_components_main_text_draw_location(x + 64, y,"%s", path_last_get(menu->history.favorites_disk[i]));
}
y += 16;
y += 20;
}
}