Minor UI modifications to better fit to 1080x1920 display

This commit is contained in:
Vojtech Bocek
2013-12-10 17:06:54 +01:00
parent e5f658cd04
commit 13a2ff999f
2 changed files with 2 additions and 2 deletions

View File

@@ -397,7 +397,7 @@ void multirom_ui_auto_boot(void)
active_msgbox = fb_create_msgbox(500*DPI_MUL, 300*DPI_MUL, CLR_PRIMARY);
fb_msgbox_add_text(-1, 40*DPI_MUL, SIZE_BIG, "Auto-boot");
fb_msgbox_add_text(-1, active_msgbox->h-100*DPI_MUL, SIZE_NORMAL, "ROM: %s", mrom_status->auto_boot_rom->name);
fb_msgbox_add_text(-1, active_msgbox->h-100*DPI_MUL, SIZE_NORMAL, "%s", mrom_status->auto_boot_rom->name);
fb_msgbox_add_text(-1, active_msgbox->h-60*DPI_MUL, SIZE_NORMAL, "Touch anywhere to cancel");
fb_text *sec_text = fb_msgbox_add_text(-1, -1, SIZE_BIG, "%d", seconds/1000);