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 42066 | Differences between
and this patch

Collapse All | Expand All

(-)EditTemplateDialog.java (+3 lines)
Lines 46-51 Link Here
46
import org.eclipse.jface.action.IMenuManager;
46
import org.eclipse.jface.action.IMenuManager;
47
import org.eclipse.jface.action.MenuManager;
47
import org.eclipse.jface.action.MenuManager;
48
import org.eclipse.jface.action.Separator;
48
import org.eclipse.jface.action.Separator;
49
import org.eclipse.jface.dialogs.IDialogConstants;
49
import org.eclipse.jface.preference.IPreferenceStore;
50
import org.eclipse.jface.preference.IPreferenceStore;
50
import org.eclipse.jface.resource.JFaceResources;
51
import org.eclipse.jface.resource.JFaceResources;
51
import org.eclipse.jface.viewers.ISelectionChangedListener;
52
import org.eclipse.jface.viewers.ISelectionChangedListener;
Lines 213-218 Link Here
213
		Composite parent= new Composite(ancestor, SWT.NONE);
214
		Composite parent= new Composite(ancestor, SWT.NONE);
214
		GridLayout layout= new GridLayout();
215
		GridLayout layout= new GridLayout();
215
		layout.numColumns= 2;
216
		layout.numColumns= 2;
217
		layout.marginTop= convertHorizontalDLUsToPixels(IDialogConstants.VERTICAL_MARGIN);
218
		layout.marginWidth= convertHorizontalDLUsToPixels(IDialogConstants.HORIZONTAL_MARGIN);
216
		parent.setLayout(layout);
219
		parent.setLayout(layout);
217
		parent.setLayoutData(new GridData(GridData.FILL_BOTH));
220
		parent.setLayoutData(new GridData(GridData.FILL_BOTH));
218
		
221
		

Return to bug 42066