Home
last modified time | relevance | path

Searched refs:MIN_WH (Results 1 – 2 of 2) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DChangelog.cpp42 constexpr int32_t MIN_WH = 250; variable
123 min_height = MIN_WH; in OnOpen()
125 max_height = MIN_WH; in OnOpen()
137 min_height = MIN_WH; in OnResize()
H A DTileInspector.cpp180 constexpr int32_t MIN_WH = 130; variable
542 window->min_height = MIN_WH; in window_tile_inspector_open()