1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 16:54:52 +01:00

Change window_options_scrollgetsize width to 500px

This commit is contained in:
Sijmen Schoon
2018-08-02 22:36:11 +02:00
committed by Aaron van Geffen
parent 5f8c7ef04d
commit 1b805d94e7

View File

@@ -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;
}
}