From e3ae302a64fc33abffda83736eb6b26da1dd1c69 Mon Sep 17 00:00:00 2001 From: Christopher Leggett Date: Wed, 24 Aug 2022 00:17:47 -0400 Subject: [PATCH] Adds padding to a few checkboxes in rando menu that were missing it --- libultraship/libultraship/ImGuiImpl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libultraship/libultraship/ImGuiImpl.cpp b/libultraship/libultraship/ImGuiImpl.cpp index 9b10e7a6d..e46e29aac 100644 --- a/libultraship/libultraship/ImGuiImpl.cpp +++ b/libultraship/libultraship/ImGuiImpl.cpp @@ -2000,13 +2000,13 @@ namespace SohImGui { if (ImGui::BeginMenu("Rando Enhancements")) { - EnhancementCheckbox("Quest Item Fanfares", "gRandoQuestItemFanfares"); + PaddedEnhancementCheckbox("Quest Item Fanfares", "gRandoQuestItemFanfares"); Tooltip( "Play unique fanfares when obtaining quest items\n" "(medallions/stones/songs). Note that these fanfares\n" "are longer than usual." ); - EnhancementCheckbox("Rando-Relevant Navi Hints", "gRandoRelevantNavi"); + PaddedEnhancementCheckbox("Rando-Relevant Navi Hints", "gRandoRelevantNavi"); Tooltip( "Replace Navi's overworld quest hints with rando-\n" "related gameplay hints.\n"