SDK Updater: fix main window to resize.

BUG 2038860
This commit is contained in:
Raphael
2009-08-06 11:39:39 -07:00
parent 2f6bd734c0
commit 531749469d

View File

@@ -109,7 +109,7 @@ public class UpdaterWindowImpl {
* Create contents of the window.
*/
protected void createContents() {
mAndroidSdkUpdater = new Shell(mParentShell);
mAndroidSdkUpdater = new Shell(mParentShell, SWT.SHELL_TRIM);
mAndroidSdkUpdater.addDisposeListener(new DisposeListener() {
public void widgetDisposed(DisposeEvent e) {
onAndroidSdkUpdaterDispose(); //$hide$ (hide from SWT designer)