Updated default window size to accomodate padding

This commit is contained in:
aMannus 2022-07-31 18:15:37 +02:00
parent da464c596e
commit 8b023188a0

View File

@ -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;