1
0
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:
Gymnasiast
2025-06-10 22:27:50 +02:00
parent bdba89f428
commit 81e3181ebb
63 changed files with 71 additions and 71 deletions

View File

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