Location picker is now draggable
diff --git a/core/org.eclipse.stem.ui/src/org/eclipse/stem/ui/widgets/LocationPickerDialog.java b/core/org.eclipse.stem.ui/src/org/eclipse/stem/ui/widgets/LocationPickerDialog.java index 48749d7..9dea437 100644 --- a/core/org.eclipse.stem.ui/src/org/eclipse/stem/ui/widgets/LocationPickerDialog.java +++ b/core/org.eclipse.stem.ui/src/org/eclipse/stem/ui/widgets/LocationPickerDialog.java
@@ -73,8 +73,8 @@ */ public Object [] open () { Shell parent = getParent(); - shell = new Shell(parent, SWT.RESIZE); - //shell = new Shell(parent, SWT.DIALOG_TRIM | SWT.RESIZE | SWT.MAX | SWT.APPLICATION_MODAL); + //shell = new Shell(parent, SWT.RESIZE); + shell = new Shell(parent, SWT.DIALOG_TRIM | SWT.RESIZE | SWT.MAX | SWT.APPLICATION_MODAL); final Point minS = new Point(1024, 768);