1
0
Fork 0
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:
Vivian Kong 2007-05-18 18:15:48 +00:00
parent 129bce0c02
commit 42eb02f1af

View file

@ -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);
}