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:
@@ -109,7 +109,7 @@ public class UpdaterWindowImpl {
|
|||||||
* Create contents of the window.
|
* Create contents of the window.
|
||||||
*/
|
*/
|
||||||
protected void createContents() {
|
protected void createContents() {
|
||||||
mAndroidSdkUpdater = new Shell(mParentShell);
|
mAndroidSdkUpdater = new Shell(mParentShell, SWT.SHELL_TRIM);
|
||||||
mAndroidSdkUpdater.addDisposeListener(new DisposeListener() {
|
mAndroidSdkUpdater.addDisposeListener(new DisposeListener() {
|
||||||
public void widgetDisposed(DisposeEvent e) {
|
public void widgetDisposed(DisposeEvent e) {
|
||||||
onAndroidSdkUpdaterDispose(); //$hide$ (hide from SWT designer)
|
onAndroidSdkUpdaterDispose(); //$hide$ (hide from SWT designer)
|
||||||
|
|||||||
Reference in New Issue
Block a user