Adds padding to a few checkboxes in rando menu that were missing it

This commit is contained in:
Christopher Leggett 2022-08-24 00:17:47 -04:00
parent 855147b265
commit e3ae302a64
No known key found for this signature in database
GPG Key ID: 7093AE5FF7037D79
1 changed files with 2 additions and 2 deletions

View File

@ -2000,13 +2000,13 @@ namespace SohImGui {
if (ImGui::BeginMenu("Rando Enhancements")) if (ImGui::BeginMenu("Rando Enhancements"))
{ {
EnhancementCheckbox("Quest Item Fanfares", "gRandoQuestItemFanfares"); PaddedEnhancementCheckbox("Quest Item Fanfares", "gRandoQuestItemFanfares");
Tooltip( Tooltip(
"Play unique fanfares when obtaining quest items\n" "Play unique fanfares when obtaining quest items\n"
"(medallions/stones/songs). Note that these fanfares\n" "(medallions/stones/songs). Note that these fanfares\n"
"are longer than usual." "are longer than usual."
); );
EnhancementCheckbox("Rando-Relevant Navi Hints", "gRandoRelevantNavi"); PaddedEnhancementCheckbox("Rando-Relevant Navi Hints", "gRandoRelevantNavi");
Tooltip( Tooltip(
"Replace Navi's overworld quest hints with rando-\n" "Replace Navi's overworld quest hints with rando-\n"
"related gameplay hints.\n" "related gameplay hints.\n"