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

(-)src/org/eclipse/jface/dialogs/ErrorDialog.java (+1 lines)
Lines 238-243 Link Here
238
		composite.setLayout(layout);
238
		composite.setLayout(layout);
239
		GridData childData = new GridData(GridData.FILL_BOTH);
239
		GridData childData = new GridData(GridData.FILL_BOTH);
240
		childData.horizontalSpan = 2;
240
		childData.horizontalSpan = 2;
241
		childData.grabExcessVerticalSpace = false;
241
		composite.setLayoutData(childData);
242
		composite.setLayoutData(childData);
242
		composite.setFont(parent.getFont());
243
		composite.setFont(parent.getFont());
243
244

Return to bug 72489