diff options
| author | Kiloku <mateus.sateles@protonmail.com> | 2025-01-12 21:29:20 -0300 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2025-01-12 20:00:48 -0600 |
| commit | 8bedb8f30d467bc5517f35b1f861c3cd8555583b (patch) | |
| tree | 574822a265d307179c12efc2b8565e103b3dff2a /src/port/ui | |
| parent | 913fbfdd14ab296a469d2889a601b94fce51d2de (diff) | |
Make dropdown more readable
Diffstat (limited to 'src/port/ui')
| -rw-r--r-- | src/port/ui/ImguiUI.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/port/ui/ImguiUI.cpp b/src/port/ui/ImguiUI.cpp index b5e256dc..f2b1dd0e 100644 --- a/src/port/ui/ImguiUI.cpp +++ b/src/port/ui/ImguiUI.cpp @@ -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(); } |
