diff --git a/core/org.eclipse.cdt.ui/templateengine/org/eclipse/cdt/ui/templateengine/pages/TemplateInputDialog.java b/core/org.eclipse.cdt.ui/templateengine/org/eclipse/cdt/ui/templateengine/pages/TemplateInputDialog.java index 3622f2472a7..754a2bb1745 100644 --- a/core/org.eclipse.cdt.ui/templateengine/org/eclipse/cdt/ui/templateengine/pages/TemplateInputDialog.java +++ b/core/org.eclipse.cdt.ui/templateengine/org/eclipse/cdt/ui/templateengine/pages/TemplateInputDialog.java @@ -96,7 +96,7 @@ public class TemplateInputDialog extends Dialog { protected TemplateInputDialog(Shell parentShell) { super(parentShell); - + setShellStyle(getShellStyle() | SWT.RESIZE); } /* @@ -108,9 +108,7 @@ public class TemplateInputDialog extends Dialog { protected void configureShell(Shell shell) { super.configureShell(shell); this.shell = shell; - shell.setBounds(420, 280, 300, 160); display = shell.getDisplay(); - } /*