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:
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.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
|
||||
|
|
Loading…
Add table
Reference in a new issue