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:
committed by
Aaron van Geffen
parent
5f8c7ef04d
commit
1b805d94e7
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user