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

/haiku/src/kits/interface/
H A DBox.cpp807 float addHeight = fLayoutData->insets.top + fLayoutData->insets.bottom; local
826 min.height += addHeight;
828 preferred.height += addHeight;
830 max.height = BLayoutUtils::AddDistances(max.height, addHeight - 1);
848 fLayoutData->min.Set(minWidth, addHeight - 1);

Completed in 27 milliseconds