1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 14:24:33 +01:00

WIP: Make title bar bigger in Enlarged UI mode

This commit is contained in:
Michael Steenbeek
2025-02-24 18:18:12 +01:00
committed by Aaron van Geffen
parent 76cc04d044
commit 8d1bb273d8
5 changed files with 45 additions and 10 deletions

View File

@@ -840,6 +840,8 @@ public:
std::unique_ptr<WindowBase>&& wp, WindowClass cls, ScreenCoordsXY pos, int32_t width, int32_t height,
uint32_t flags) override
{
// auto titleBarHeight = (flags & WF_NO_TITLE_BAR) ? 0 : GetTitleBarHeight();
if (flags & WF_AUTO_POSITION)
{
if (flags & WF_CENTRE_SCREEN)