1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

bug 237115: "Other objects" list does not resize

Patch from Marc-Andre Laperle
This commit is contained in:
Andrew Gvozdev 2010-01-13 02:30:36 +00:00
parent db501eff16
commit 27e4d74c8e

View file

@ -152,7 +152,7 @@ public class FileListControlFieldEditor extends FieldEditor {
layout.marginHeight = 0;
layout.makeColumnsEqualWidth = false;
topLayout.setLayout(layout);
GridData gddata = new GridData(GridData.FILL_HORIZONTAL);
GridData gddata = new GridData(GridData.FILL_BOTH);
gddata.horizontalSpan = 2;
topLayout.setLayoutData(gddata);
// file list control