mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2025-01-27 00:55:33 +01:00
Update favorite.c
Giving a bit more space between the lines of history
This commit is contained in:
parent
0d6fe8445f
commit
724f40f52c
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user