diff --git a/de.bmotionstudio.gef.editor/src/de/bmotionstudio/gef/editor/action/BMotionObserverWizardDialog.java b/de.bmotionstudio.gef.editor/src/de/bmotionstudio/gef/editor/action/BMotionObserverWizardDialog.java index 46ff0b2aefbf331ebb500d982903448255c75270..51990f17a16573605941cb6dff5eae96628d2c8b 100644 --- a/de.bmotionstudio.gef.editor/src/de/bmotionstudio/gef/editor/action/BMotionObserverWizardDialog.java +++ b/de.bmotionstudio.gef.editor/src/de/bmotionstudio/gef/editor/action/BMotionObserverWizardDialog.java @@ -17,6 +17,7 @@ public class BMotionObserverWizardDialog extends BMotionAbstractWizardDialog { public BMotionObserverWizardDialog(IWorkbenchPart workbenchPart, IWizard newWizard) { super(workbenchPart, newWizard); setShellStyle(SWT.CLOSE); + setShellStyle(SWT.RESIZE); setDeleteToolTip("Delete Observer"); }