Home
last modified time | relevance | path

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

/haiku/src/preferences/locale/
H A DFormatSettingsView.cpp169 fDateBox = new BBox(B_TRANSLATE("Date")); in FormatSettingsView()
174 fDateBox->SetLabel(B_TRANSLATE("Date")); in FormatSettingsView()
179 fDateBox->AddChild(BLayoutBuilder::Grid<>(spacing, spacing / 2) in FormatSettingsView()
241 .Add(fDateBox) in FormatSettingsView()
H A DFormatSettingsView.h71 BBox* fDateBox; variable