Revert "Info: Set fixed size true for pref app menu field"

This reverts commit 879020baf1.
This commit is contained in:
John Scipione 2013-05-08 20:37:06 -04:00
parent 3313492032
commit 935599c53f

View File

@ -921,7 +921,7 @@ AttributeView::AttributeView(BRect rect, Model* model)
fTitleRect.bottom + (lineHeight * 7),
Bounds().Width() - 5, fTitleRect.bottom + (lineHeight * 8));
fPreferredAppMenu = new BMenuField(preferredAppRect, "", "",
new BPopUpMenu(""), true);
new BPopUpMenu(""));
fDivider = currentFont.StringWidth(B_TRANSLATE("Opens with:"))
+ 5;
fPreferredAppMenu->SetDivider(fDivider);