Revert "Info: Set fixed size true for pref app menu field"
This reverts commit 879020baf1
.
This commit is contained in:
parent
3313492032
commit
935599c53f
@ -921,7 +921,7 @@ AttributeView::AttributeView(BRect rect, Model* model)
|
|||||||
fTitleRect.bottom + (lineHeight * 7),
|
fTitleRect.bottom + (lineHeight * 7),
|
||||||
Bounds().Width() - 5, fTitleRect.bottom + (lineHeight * 8));
|
Bounds().Width() - 5, fTitleRect.bottom + (lineHeight * 8));
|
||||||
fPreferredAppMenu = new BMenuField(preferredAppRect, "", "",
|
fPreferredAppMenu = new BMenuField(preferredAppRect, "", "",
|
||||||
new BPopUpMenu(""), true);
|
new BPopUpMenu(""));
|
||||||
fDivider = currentFont.StringWidth(B_TRANSLATE("Opens with:"))
|
fDivider = currentFont.StringWidth(B_TRANSLATE("Opens with:"))
|
||||||
+ 5;
|
+ 5;
|
||||||
fPreferredAppMenu->SetDivider(fDivider);
|
fPreferredAppMenu->SetDivider(fDivider);
|
||||||
|
Loading…
Reference in New Issue
Block a user