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:
committed by
Aaron van Geffen
parent
76cc04d044
commit
8d1bb273d8
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user