Searched refs:smallPreviews (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp1098 BGroupView* smallPreviews = new BGroupView(B_VERTICAL); local
1099 smallPreviews->SetViewUIColor(B_PANEL_BACKGROUND_COLOR);
1100 smallPreviews->GroupLayout()->SetSpacing(5);
1102 smallPreviews->AddChild(fIconPreview16Folder);
1103 smallPreviews->AddChild(fIconPreview16Menu);
1114 iconPreviews->AddChild(smallPreviews);

Completed in 102 milliseconds