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

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp545 static float g_TextBoxHeight; /* Ditto for editable text controls. */ variable
4866 TempTextPntr->GetPreferredSize (&JunkFloat, &g_TextBoxHeight);
6155 if (g_TextBoxHeight > RowHeight)
6156 RowHeight = g_TextBoxHeight;
6199 Margin = ceilf ((RowHeight - g_TextBoxHeight) / 2);
6202 TempRect.bottom = TempRect.top + g_TextBoxHeight;
6226 RowHeight = g_TextBoxHeight;
6232 Margin = ceilf ((RowHeight - g_TextBoxHeight) / 2);
6234 TempRect.bottom = TempRect.top + g_TextBoxHeight;
6260 RowHeight = g_TextBoxHeight;
[all...]

Completed in 63 milliseconds