mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-18 06:32:14 +02:00
daybreak: more label tweaks
This commit is contained in:
parent
f04b3286bb
commit
991d74b3fc
@ -898,8 +898,8 @@ namespace dbk {
|
|||||||
const float x = g_screen_width / 2.0f - WindowWidth / 2.0f;
|
const float x = g_screen_width / 2.0f - WindowWidth / 2.0f;
|
||||||
const float y = g_screen_height / 2.0f - WindowHeight / 2.0f;
|
const float y = g_screen_height / 2.0f - WindowHeight / 2.0f;
|
||||||
|
|
||||||
this->AddButton(Fat32ButtonId, "FAT32", x + ButtonHorizontalInset, y + TitleGap, ButtonWidth, ButtonHeight);
|
this->AddButton(Fat32ButtonId, "Install FAT32", x + ButtonHorizontalInset, y + TitleGap, ButtonWidth, ButtonHeight);
|
||||||
this->AddButton(ExFatButtonId, "FAT32 + exFAT", x + ButtonHorizontalInset + ButtonWidth + ButtonHorizontalGap, y + TitleGap, ButtonWidth, ButtonHeight);
|
this->AddButton(ExFatButtonId, "Install FAT32 + exFAT", x + ButtonHorizontalInset + ButtonWidth + ButtonHorizontalGap, y + TitleGap, ButtonWidth, ButtonHeight);
|
||||||
|
|
||||||
/* Set the default selected button based on the user's current install. We aren't particularly concerned if fsIsExFatSupported fails. */
|
/* Set the default selected button based on the user's current install. We aren't particularly concerned if fsIsExFatSupported fails. */
|
||||||
bool exfat_supported = false;
|
bool exfat_supported = false;
|
||||||
@ -947,7 +947,7 @@ namespace dbk {
|
|||||||
const float x = g_screen_width / 2.0f - WindowWidth / 2.0f;
|
const float x = g_screen_width / 2.0f - WindowWidth / 2.0f;
|
||||||
const float y = g_screen_height / 2.0f - WindowHeight / 2.0f;
|
const float y = g_screen_height / 2.0f - WindowHeight / 2.0f;
|
||||||
|
|
||||||
DrawWindow(vg, "Select driver variant", x, y, WindowWidth, WindowHeight);
|
DrawWindow(vg, "Select driver variant to install", x, y, WindowWidth, WindowHeight);
|
||||||
this->DrawButtons(vg, ns);
|
this->DrawButtons(vg, ns);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user