mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 00:34:46 +01:00
Pass ScreenSize to makeWindowShim()
This commit is contained in:
@@ -46,7 +46,7 @@ namespace OpenRCT2::Ui::Windows
|
||||
};
|
||||
|
||||
static auto CustomDefaultWidgets = makeWidgets(
|
||||
makeWindowShim(STR_STRING, 50, 50),
|
||||
makeWindowShim(STR_STRING, { 50, 50 }),
|
||||
makeWidget({ 0, 14 }, { 50, 36 }, WidgetType::resize, WindowColour::secondary) // content panel
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user