Home
last modified time | relevance | path

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

/haiku/src/tests/add-ons/print/ppd/ui/
H A DPrinterSelection.cpp67 BRect detailBounds(listBounds); in PrinterSelectionView() local
68 detailBounds.left = B_V_SCROLL_BAR_WIDTH + detailBounds.right + kHorizontalSpace; in PrinterSelectionView()
69 detailBounds.right = bounds.right - kRightMargin - B_V_SCROLL_BAR_WIDTH; in PrinterSelectionView()
70 fPrinters = new BListView(detailBounds, "printers", B_SINGLE_SELECTION_LIST, in PrinterSelectionView()