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

/haiku/src/kits/interface/
H A DSeparatorView.cpp20 static const float kMinBorderLength = 5.0f; variable
290 width += kMinBorderLength * 2.0f;
293 height += kMinBorderLength * 2.0f;
490 bounds.InsetBy(kMinBorderLength, 0.0f);
492 bounds.InsetBy(0.0f, kMinBorderLength);

Completed in 77 milliseconds