Home
last modified time | relevance | path

Searched refs:threadsViewWidth (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp1682 float threadsViewWidth = 0; in DoLayout() local
1684 threadsViewWidth = fHeaderView->HeaderFrame(0).Width(); in DoLayout()
1685 threadsViewWidth = std::max(threadsViewWidth, in DoLayout()
1687 threadsViewWidth = std::min(threadsViewWidth, in DoLayout()
1690 float schedulingViewLeft = threadsViewWidth + 1 + kViewSeparationMargin; in DoLayout()
1694 fThreadsView->ResizeTo(threadsViewWidth, height); in DoLayout()