View | Details | Raw Unified | Return to bug 309996
Collapse All | Expand All

(-)src/org/eclipse/ui/ide/dialogs/ImportTypeDialog.java (+1 lines)
Lines 432-437 Link Here
432
			
432
			
433
			Composite variableGroup = new Composite(composite, 0);
433
			Composite variableGroup = new Composite(composite, 0);
434
			gridData = new GridData(SWT.FILL, SWT.FILL, true, true);
434
			gridData = new GridData(SWT.FILL, SWT.FILL, true, true);
435
			gridData.horizontalIndent = linkIsOnlyChoice ? 0:22;
435
			variableGroup.setLayoutData(gridData);
436
			variableGroup.setLayoutData(gridData);
436
437
437
			layout = new GridLayout();
438
			layout = new GridLayout();

Return to bug 309996