Make dropdown more readable

This commit is contained in:
Kiloku 2025-01-12 21:29:20 -03:00 committed by Lywx
parent 913fbfdd14
commit 8bedb8f30d

View File

@ -538,6 +538,7 @@ void DrawEnhancementsMenu() {
UIWidgets::CVarSliderInt("Vertical: %d", "gHUDAspectRatio.Y", 1, 100, 1);
}
ImGui::Dummy(ImVec2(ImGui::CalcTextSize("Nintendo 3DS (5:3)").x + 35, 0.0f));
ImGui::EndMenu();
}