mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 16:24:35 +01:00
Rename LIST_ROW_HEIGHT to kListRowHeight
This commit is contained in:
@@ -43,7 +43,7 @@ enum class CloseWindowModifier : uint8_t;
|
||||
constexpr uint8_t CloseButtonWidth = 10;
|
||||
|
||||
constexpr uint8_t kScrollableRowHeight = 12;
|
||||
#define LIST_ROW_HEIGHT 12
|
||||
constexpr uint8_t kListRowHeight = 12;
|
||||
#define TABLE_CELL_HEIGHT 12
|
||||
#define BUTTON_FACE_HEIGHT 12
|
||||
#define SPINNER_HEIGHT 12
|
||||
|
||||
Reference in New Issue
Block a user