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

(-)src/org/eclipse/jface/preference/PreferenceDialog.java (+2 lines)
Lines 528-533 Link Here
528
		//Create an outer composite for spacing
528
		//Create an outer composite for spacing
529
		scrolled = new ScrolledComposite(outer, SWT.V_SCROLL | SWT.H_SCROLL);
529
		scrolled = new ScrolledComposite(outer, SWT.V_SCROLL | SWT.H_SCROLL);
530
530
531
		// always show the focus control
532
		scrolled.setShowFocusedControl(true);
531
		scrolled.setExpandHorizontal(true);
533
		scrolled.setExpandHorizontal(true);
532
		scrolled.setExpandVertical(true);
534
		scrolled.setExpandVertical(true);
533
		
535
		

Return to bug 245159