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

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp5478 float RowHeight; local
5488 RowHeight = g_ButtonHeight;
5489 if (g_CheckBoxHeight > RowHeight)
5490 RowHeight = g_CheckBoxHeight;
5491 RowHeight = ceilf (RowHeight * 1.1);
5498 Margin = ceilf ((RowHeight - g_StringViewHeight) / 2);
5518 Margin = ceilf ((RowHeight - g_ButtonHeight) / 2);
5537 RowTop += ceilf (RowHeight * 1.2);
5541 Margin = ceilf ((RowHeight
6138 float RowHeight; local
[all...]

Completed in 99 milliseconds