mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fix for 94132
This commit is contained in:
parent
ce4decd0a0
commit
efe6bad409
1 changed files with 1 additions and 2 deletions
|
@ -117,11 +117,10 @@ public class IndexerBlock extends AbstractCOptionPage {
|
|||
layout.marginWidth= 0;
|
||||
layout.verticalSpacing= 0;
|
||||
layout.horizontalSpacing= GridData.FILL_HORIZONTAL;
|
||||
composite.setLayoutData(null);
|
||||
composite.setFont(font);
|
||||
setControl(composite);
|
||||
|
||||
|
||||
// create a composite for general scanner config discovery options
|
||||
Composite scComp = ControlFactory.createComposite(composite, 1);
|
||||
((GridLayout)scComp.getLayout()).marginHeight = 0;
|
||||
((GridLayout)scComp.getLayout()).marginTop = 5;
|
||||
|
|
Loading…
Add table
Reference in a new issue