From 1b805d94e70cf484a985a1e310a4ea3b27b9c8e1 Mon Sep 17 00:00:00 2001 From: Sijmen Schoon Date: Thu, 2 Aug 2018 22:36:11 +0200 Subject: [PATCH] Change window_options_scrollgetsize width to 500px --- src/openrct2-ui/windows/Options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openrct2-ui/windows/Options.cpp b/src/openrct2-ui/windows/Options.cpp index 4394a3cc98..5e9db1ca61 100644 --- a/src/openrct2-ui/windows/Options.cpp +++ b/src/openrct2-ui/windows/Options.cpp @@ -2093,7 +2093,7 @@ static void window_options_scrollgetsize(rct_window* w, int32_t scrollIndex, int { if (w->page == WINDOW_OPTIONS_PAGE_AUDIO) { - *width = 1000; + *width = 500; } }