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

fix

parent 52befe4e
No related branches found
No related tags found
No related merge requests found
...@@ -16,8 +16,7 @@ public class BMotionObserverWizardDialog extends BMotionAbstractWizardDialog { ...@@ -16,8 +16,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 | SWT.RESIZE);
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