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

/haiku/src/kits/interface/
H A DAbstractSpinner.cpp1647 float textViewHeight = fTextView->LineHeight(0) + kFrameMargin * 2; local
1648 float textViewWidth = minTextWidth + textViewHeight * 2;
1651 fLayoutData->text_view_height = textViewHeight;
1653 BSize min(textViewWidth, textViewHeight);

Completed in 42 milliseconds