From 240e45d62da0eb9ffdbb276991a9ae11c9c41c70 Mon Sep 17 00:00:00 2001 From: Aaron van Geffen Date: Thu, 30 Jul 2020 21:51:03 +0200 Subject: [PATCH] Refactor MusicCredits --- src/openrct2-ui/windows/MusicCredits.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, };