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

/haiku/src/preferences/shortcuts/
H A DShortcutsWindow.cpp146 float headerWidth = be_plain_font->StringWidth(name) + 20; local
147 float width = max_c(headerWidth, cellWidth);
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp1700 float headerWidth = schedulingViewWidth + 1 + kViewSeparationMargin; local
1701 header->SetMinWidth(headerWidth);
1702 header->SetMaxWidth(headerWidth);
1703 header->SetPreferredWidth(headerWidth);
1704 header->SetWidth(headerWidth);

Completed in 31 milliseconds