diff --git a/src/openrct2-ui/windows/MusicCredits.cpp b/src/openrct2-ui/windows/MusicCredits.cpp index 9c0c1476d9..f2ff9d267d 100644 --- a/src/openrct2-ui/windows/MusicCredits.cpp +++ b/src/openrct2-ui/windows/MusicCredits.cpp @@ -27,7 +27,7 @@ enum WINDOW_MUSIC_CREDITS_WIDGET_IDX { static rct_widget window_music_credits_widgets[] = { WINDOW_SHIM(WINDOW_TITLE, WW, WH), - { WWT_SCROLL, 0, 4, 505, 18, 309, SCROLL_VERTICAL, STR_NONE }, // scroll + MakeWidget({4, 18}, {502, 292}, WWT_SCROLL, 0, SCROLL_VERTICAL), // scroll { WIDGETS_END }, };