Home
last modified time | relevance | path

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

/haiku/src/tests/add-ons/print/ppd/ui/
H A DPrinterSelection.cpp24 const float kTopMargin = 3.0; variable
38 BRect listBounds(bounds.left + kLeftMargin, bounds.top + kTopMargin, in PrinterSelectionView()
62 printerBounds.top = bounds.top + kTopMargin; in PrinterSelectionView()
H A DPPDConfigView.cpp27 const float kTopMargin = 3.0; variable
324 fBounds.top += kTopMargin; in PPDBuilder()
400 BRect listBounds(bounds.left + kLeftMargin, bounds.top + kTopMargin, in PPDConfigView()
461 bounds.OffsetTo(kLeftMargin, kTopMargin); in FillDetails()