mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2025-04-17 09:51:23 +02:00
Tab spacing improvements
This commit is contained in:
parent
696af27964
commit
83d56f2d04
src/menu/views
@ -82,17 +82,17 @@ static void draw (menu_t *menu, surface_t *d) {
|
||||
"\n"
|
||||
"\n"
|
||||
"\n"
|
||||
" Region: %s\n"
|
||||
" Unique ID: %.4s\n"
|
||||
" Version: %hhu\n"
|
||||
" Disk type: %d\n"
|
||||
" Region:\t\t%s\n"
|
||||
" Unique ID:\t%.4s\n"
|
||||
" Version:\t%hhu\n"
|
||||
" Disk type:\t%d\n"
|
||||
"\n"
|
||||
" %s%s",
|
||||
format_disk_region(menu->load.disk_info.region),
|
||||
menu->load.disk_info.id,
|
||||
menu->load.disk_info.version,
|
||||
menu->load.disk_info.disk_type,
|
||||
menu->load.rom_path ? "ROM: " : "",
|
||||
menu->load.rom_path ? "ROM:\t\t\t" : "",
|
||||
menu->load.rom_path ? path_last_get(menu->load.rom_path) : ""
|
||||
);
|
||||
|
||||
|
@ -257,19 +257,19 @@ static void draw (menu_t *menu, surface_t *d) {
|
||||
ui_components_main_text_draw(
|
||||
ALIGN_LEFT, VALIGN_TOP,
|
||||
"\n\n\n\n"
|
||||
"Description:\n %s\n",
|
||||
"Description:\n\t%s\n",
|
||||
menu->load.rom_info.metadata.description
|
||||
);
|
||||
|
||||
ui_components_main_text_draw(
|
||||
ALIGN_LEFT, VALIGN_TOP,
|
||||
"\n\n\n\n\n\n\n\n\n\n\n\n\n"
|
||||
"Expansion PAK: %s\n"
|
||||
"TV type: %s\n"
|
||||
"CIC: %s\n"
|
||||
"Datel Cheats: %s\n"
|
||||
"Patches: %s\n"
|
||||
"Save type: %s\n",
|
||||
"Expansion PAK:\t%s\n"
|
||||
"TV type:\t\t\t%s\n"
|
||||
"CIC:\t\t\t\t%s\n"
|
||||
"Datel Cheats:\t%s\n"
|
||||
"Patches:\t\t\t%s\n"
|
||||
"Save type:\t\t%s\n",
|
||||
format_rom_expansion_pak_info(menu->load.rom_info.features.expansion_pak),
|
||||
format_rom_tv_type(rom_info_get_tv_type(&menu->load.rom_info)),
|
||||
format_cic_type(rom_info_get_cic_type(&menu->load.rom_info)),
|
||||
|
Loading…
x
Reference in New Issue
Block a user