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

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp541 static float g_ButtonHeight; /* How many pixels tall buttons are. */ variable
4853 TempButtonPntr->GetPreferredSize (&JunkFloat, &g_ButtonHeight);
5466 m_PreferredBottomY (ceilf (g_ButtonHeight * 10))
5488 RowHeight = g_ButtonHeight;
5518 Margin = ceilf ((RowHeight - g_ButtonHeight) / 2);
5541 Margin = ceilf ((RowHeight - g_ButtonHeight) / 2);
6033 40 + g_ButtonHeight * 5), Path.Path (), NumberOfRefs - RefIndex);
6154 RowHeight = g_ButtonHeight;
6162 Margin = ceilf ((RowHeight - g_ButtonHeight) / 2);
6165 TempRect.bottom = TempRect.top + g_ButtonHeight;
[all...]

Completed in 44 milliseconds