mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-30 21:55:31 +02:00
Patch for bug 187367 by Jason Montojo - Language Mappings panel in Linux is too big
This commit is contained in:
parent
129bce0c02
commit
42eb02f1af
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ public abstract class LanguageMappingWidget {
|
|||
});
|
||||
|
||||
GridData gridData = new GridData(SWT.FILL, SWT.FILL, true, false);
|
||||
gridData.widthHint = MINIMUM_COLUMN_WIDTH * 2;
|
||||
gridData.horizontalSpan = 2;
|
||||
link.setLayoutData(gridData);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue