am 53174946: SDK Updater: fix main window to resize.

Merge commit '531749469d1befd28431b46c0c1279857f54c1b0'

* commit '531749469d1befd28431b46c0c1279857f54c1b0':
  SDK Updater: fix main window to resize.
This commit is contained in:
Raphael
2009-08-06 11:56:45 -07:00
committed by Android Git Automerger

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)