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

/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.cpp63 float sliderWidth, sliderHeight; local
65 sliderWidth, sliderHeight); local
67 float height = labelHeight > sliderHeight + 2.0 ?
68 labelHeight : sliderHeight + 2.0;
77 fSliderButtonRect.top = floorf(height / 2.0 - (sliderHeight + 2.0) / 2.0);
78 fSliderButtonRect.bottom = fSliderButtonRect.top + sliderHeight + 2.0;

Completed in 68 milliseconds