Home
last modified time | relevance | path

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

/haiku/src/tests/add-ons/print/ppd/ui/
H A DPrinterSelection.cpp59 BRect printerBounds(listBounds); in PrinterSelectionView() local
60 printerBounds.left = B_V_SCROLL_BAR_WIDTH + printerBounds.right + kHorizontalSpace; in PrinterSelectionView()
61 printerBounds.right = bounds.right - kRightMargin - B_V_SCROLL_BAR_WIDTH; in PrinterSelectionView()
62 printerBounds.top = bounds.top + kTopMargin; in PrinterSelectionView()
63 label = new BStringView(printerBounds, "printers-label", "Printers:"); in PrinterSelectionView()