Home
last modified time | relevance | path

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

/haiku/src/kits/tracker/
H A DAutoMounterSettings.cpp77 BBox* autoMountBox = new BBox("autoMountBox", B_WILL_DRAW | B_FRAME_EVENTS in AutomountSettingsPanel() local
79 autoMountBox->SetLabel(B_TRANSLATE("Automatic disk mounting")); in AutomountSettingsPanel()
81 autoMountBox->SetLayout(autoMountLayout); in AutomountSettingsPanel()
83 autoMountBox->InnerFrame().top + spacing / 2, spacing, spacing); in AutomountSettingsPanel()