Searched refs:realWidth (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/cortex/TransportView/
H A DTransportView.cpp226 float realWidth = b.Width() - (_edge_pad_x * 2); local
228 m_maxNameWidth = realWidth * 0.7;
229 m_maxNodeCountWidth = realWidth - m_maxNameWidth;
235 m_maxStatusWidth = realWidth;

Completed in 34 milliseconds