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

/haiku/src/kits/interface/
H A DSlider.cpp1110 float thumbInset; local
1112 thumbInset = 8.0;
1114 thumbInset = 7.0;
1117 frame.left = thumbInset;
1119 frame.right -= thumbInset;
1123 frame.top = thumbInset;
1134 frame.bottom = frame.bottom - thumbInset;

Completed in 30 milliseconds