Skip to content
Snippets Groups Projects
Commit 52befe4e authored by Lukas Ladenberger's avatar Lukas Ladenberger
Browse files

enabled resizing observer wizard shell

parent c6c57419
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,7 @@ public class BMotionObserverWizardDialog extends BMotionAbstractWizardDialog { ...@@ -17,6 +17,7 @@ public class BMotionObserverWizardDialog extends BMotionAbstractWizardDialog {
public BMotionObserverWizardDialog(IWorkbenchPart workbenchPart, IWizard newWizard) { public BMotionObserverWizardDialog(IWorkbenchPart workbenchPart, IWizard newWizard) {
super(workbenchPart, newWizard); super(workbenchPart, newWizard);
setShellStyle(SWT.CLOSE); setShellStyle(SWT.CLOSE);
setShellStyle(SWT.RESIZE);
setDeleteToolTip("Delete Observer"); setDeleteToolTip("Delete Observer");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment