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

/haiku/src/tests/kits/interface/menu/menuworld/
H A DViewLayoutFactory.cpp78 float widthExpand = controlWidth; local
79 widthExpand -= control.Bounds().Width();
80 if (widthExpand > 0) {
81 control.ResizeBy(widthExpand, 0);
82 pTextView->ResizeBy(widthExpand, 0);

Completed in 28 milliseconds