From 4390f2024a0ee48d35623bb1f3df99d11645b0c3 Mon Sep 17 00:00:00 2001 From: thecozies <79979276+thecozies@users.noreply.github.com> Date: Mon, 19 Jan 2026 13:45:37 -0600 Subject: [PATCH] #93 Make main menu options smaller (#113) --- src/main/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/main.cpp b/src/main/main.cpp index 825b73c..06e786d 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -579,6 +579,7 @@ void on_launcher_init(recompui::LauncherMenu *menu) { ); game_options_menu->add_default_options(); + game_options_menu->set_width(30, recompui::Unit::Percent); for (auto option : game_options_menu->get_options()) { option->set_justify_content(recompui::JustifyContent::FlexEnd);