Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/
H A Dwidget.cpp1267 uint max_vert_fill = 0; // Biggest vertical fill step. in SetupSmallestSize() local
1271 max_vert_fill = std::max(max_vert_fill, child_wid->GetVerticalStepSize(ST_SMALLEST)); in SetupSmallestSize()
1275 …[[maybe_unused]] uint max_smallest = this->smallest_y + 3 * max_vert_fill; // Upper limit to compu… in SetupSmallestSize()