Home
last modified time | relevance | path

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

/haiku/src/apps/drivesetup/
H A DDiskView.cpp42 static const float kLayoutInset = 6; variable
57 fGroupLayout(new BGroupLayout(B_HORIZONTAL, kLayoutInset)) in PartitionView()
74 fGroupLayout->SetInsets(kLayoutInset, kLayoutInset + font.Size(), in PartitionView()
75 kLayoutInset, kLayoutInset); in PartitionView()
469 BGroupLayout* layout = new BGroupLayout(B_HORIZONTAL, kLayoutInset); in DiskView()