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

/haiku-fatelf/src/preferences/printers/
H A DPrintersWindow.cpp423 BScrollView* jscroller = new BScrollView("jobs_scroller", fJobListView, local
425 fJobsBox->AddChild(jscroller);
428 float width = (jscroller->Bounds().Width() < pscroller->Bounds().Width())
429 ? jscroller->Bounds().Width() : pscroller->Bounds().Width();
432 jscroller->ResizeTo(width, jscroller->Bounds().Height());

Completed in 68 milliseconds