From 8b023188a09186a64aa1e8eefeb0bc0362b2a39e Mon Sep 17 00:00:00 2001 From: aMannus Date: Sun, 31 Jul 2022 18:15:37 +0200 Subject: [PATCH] Updated default window size to accomodate padding --- soh/soh/Enhancements/randomizer/randomizer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/soh/Enhancements/randomizer/randomizer.cpp b/soh/soh/Enhancements/randomizer/randomizer.cpp index 0385bec78..4356d3895 100644 --- a/soh/soh/Enhancements/randomizer/randomizer.cpp +++ b/soh/soh/Enhancements/randomizer/randomizer.cpp @@ -3710,7 +3710,7 @@ void DrawRandoEditor(bool& open) { "Timer", "Zelda Gasp (Adult)" }; - ImGui::SetNextWindowSize(ImVec2(750, 530), ImGuiCond_FirstUseEver); + ImGui::SetNextWindowSize(ImVec2(830, 600), ImGuiCond_FirstUseEver); if (!ImGui::Begin("Randomizer Editor", &open, ImGuiWindowFlags_NoFocusOnAppearing)) { ImGui::End(); return;