1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 14:54:30 +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

@@ -152,6 +152,7 @@ namespace OpenRCT2
};
constexpr uint8_t kCloseButtonSize = 10;
constexpr uint8_t kCloseButtonSizeTouch = 20;
constexpr int32_t kScrollableRowHeight = 12;
constexpr uint8_t kListRowHeight = 12;