Backgrounds: Use layout workspaces menu field

This commit is contained in:
John Scipione
2013-05-30 00:05:18 -04:00
parent ca3a1c0451
commit 0a04b14f8c
@@ -150,8 +150,8 @@ BackgroundsView::BackgroundsView()
B_TRANSLATE("Other folder" B_UTF8_ELLIPSIS),
new BMessage(kMsgOtherFolder)));
BMenuField* workspaceMenuField = new BMenuField(BRect(0, 0, 130, 18),
"workspaceMenuField", NULL, fWorkspaceMenu, true);
BMenuField* workspaceMenuField = new BMenuField("workspaceMenuField",
NULL, fWorkspaceMenu);
workspaceMenuField->ResizeToPreferred();
rightbox->SetLabel(workspaceMenuField);