Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DStaffList.cpp381 const int32_t actionColumnSize = nonIconSpace * 0.58; in OnScrollDraw() local
382 const int32_t actionOffset = widgets[WIDX_STAFF_LIST_LIST].right - actionColumnSize - 15; in OnScrollDraw()
414 DrawTextEllipsised(&dpi, { actionOffset, y }, actionColumnSize, format, ft); in OnScrollDraw()