Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 99493
Collapse All | Expand All

(-)Eclipse UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java (+1 lines)
Lines 793-798 Link Here
793
		}, true);
793
		}, true);
794
794
795
        GridData data = new GridData(GridData.FILL_BOTH | GridData.VERTICAL_ALIGN_FILL);
795
        GridData data = new GridData(GridData.FILL_BOTH | GridData.VERTICAL_ALIGN_FILL);
796
		data.widthHint = Math.max(175, convertWidthInCharsToPixels(30));
796
        data.heightHint = Math.max(175, convertHeightInCharsToPixels(10));
797
        data.heightHint = Math.max(175, convertHeightInCharsToPixels(10));
797
        tree.setLayoutData(data);
798
        tree.setLayoutData(data);
798
        myApplyDialogFont(tree.getViewer().getControl());
799
        myApplyDialogFont(tree.getViewer().getControl());

Return to bug 99493