mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Recast: align file menu's with main menu's
Light UX improvement.
This commit is contained in:
parent
69e88229c0
commit
4d94a9c1ba
@ -1013,7 +1013,7 @@ int not_main(int argc, char** argv)
|
||||
// Level selection dialog.
|
||||
if (showLevels)
|
||||
{
|
||||
ImGui::SetNextWindowPos(ImVec2((float)width-10-250-10-300, (float)height-10-900), ImGuiCond_Once);
|
||||
ImGui::SetNextWindowPos(ImVec2((float)width-10-250-10-300, 10.f), ImGuiCond_Once);
|
||||
ImGui::SetNextWindowSize(ImVec2(250.f, 450.f), ImGuiCond_Once);
|
||||
if (ImGui::Begin("Choose Level", nullptr, baseWindowFlags))
|
||||
{
|
||||
@ -1083,7 +1083,7 @@ int not_main(int argc, char** argv)
|
||||
// Test cases
|
||||
if (showTestCases)
|
||||
{
|
||||
ImGui::SetNextWindowPos(ImVec2((float)width-10-250-10-300, (float)height-10-900), ImGuiCond_Once);
|
||||
ImGui::SetNextWindowPos(ImVec2((float)width-10-250-10-300, 10.f), ImGuiCond_Once);
|
||||
ImGui::SetNextWindowSize(ImVec2(250.f, 450.f), ImGuiCond_Once);
|
||||
|
||||
if (ImGui::Begin("Choose Test To Run", nullptr, baseWindowFlags))
|
||||
|
Loading…
x
Reference in New Issue
Block a user