From 52befe4e633ade677a03d9eb8fdcfe938856303e Mon Sep 17 00:00:00 2001 From: Lukas Ladenberger <lukas.ladenberger@googlemail.com> Date: Thu, 23 Aug 2012 16:03:26 +0200 Subject: [PATCH] enabled resizing observer wizard shell --- .../gef/editor/action/BMotionObserverWizardDialog.java | 1 + 1 file changed, 1 insertion(+) 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 46ff0b2a..51990f17 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"); } -- GitLab