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

(-)Eclipse UI/org/eclipse/ui/internal/progress/ProgressMonitorJobsDialog.java (-1 / +5 lines)
Lines 86-92 Link Here
86
        viewerComposite.setLayout(layout);
86
        viewerComposite.setLayout(layout);
87
        GridData viewerData = new GridData(GridData.FILL_BOTH);
87
        GridData viewerData = new GridData(GridData.FILL_BOTH);
88
        viewerData.horizontalSpan = 2;
88
        viewerData.horizontalSpan = 2;
89
        viewerData.heightHint = 0;
89
        // RAP [if] Workaround for bug 232911:
90
        // Buttons disappear partly in Jobs Dialog using Internet Explorer
91
        // https://bugs.eclipse.org/bugs/show_bug.cgi?id=232911
92
        // viewerData.heightHint = 0;
93
        viewerData.heightHint = 1;
90
        viewerComposite.setLayoutData(viewerData);
94
        viewerComposite.setLayoutData(viewerData);
91
	}
95
	}
92
96

Return to bug 232911