mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +02:00
bug 237115: "Other objects" list does not resize
Patch from Marc-Andre Laperle
This commit is contained in:
parent
db501eff16
commit
27e4d74c8e
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ public class FileListControlFieldEditor extends FieldEditor {
|
||||||
layout.marginHeight = 0;
|
layout.marginHeight = 0;
|
||||||
layout.makeColumnsEqualWidth = false;
|
layout.makeColumnsEqualWidth = false;
|
||||||
topLayout.setLayout(layout);
|
topLayout.setLayout(layout);
|
||||||
GridData gddata = new GridData(GridData.FILL_HORIZONTAL);
|
GridData gddata = new GridData(GridData.FILL_BOTH);
|
||||||
gddata.horizontalSpan = 2;
|
gddata.horizontalSpan = 2;
|
||||||
topLayout.setLayoutData(gddata);
|
topLayout.setLayoutData(gddata);
|
||||||
// file list control
|
// file list control
|
||||||
|
|
Loading…
Add table
Reference in a new issue