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 266018
Collapse All | Expand All

(-)Eclipse UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java (+1 lines)
Lines 790-795 Link Here
790
        composite.setLayout(layout);
790
        composite.setLayout(layout);
791
        GridData data = new GridData(GridData.FILL_BOTH);
791
        GridData data = new GridData(GridData.FILL_BOTH);
792
        data.heightHint = convertHeightInCharsToPixels(5);
792
        data.heightHint = convertHeightInCharsToPixels(5);
793
        data.widthHint = convertWidthInCharsToPixels(30);
793
        composite.setLayoutData(data);
794
        composite.setLayoutData(data);
794
795
795
        Label label = new Label(composite, SWT.LEFT);
796
        Label label = new Label(composite, SWT.LEFT);

Return to bug 266018