main dialog: add minimization mode
authorjihye424.kim <jihye424.kim@samsung.com>
Mon, 18 Jan 2016 04:26:53 +0000 (13:26 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Mon, 18 Jan 2016 09:20:45 +0000 (18:20 +0900)
Change-Id: Idfde99a2e72b48082ce31b1656af224e65e4d102
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
src/org/tizen/emulator/manager/ui/renewal/MainDialog.java

index 52e0349..2f120ce 100644 (file)
@@ -75,7 +75,7 @@ public class MainDialog {
        public MainDialog() {
                Display.setAppName(Messages.getString("MainDialog.AppName.0"));
 
-               shell = new Shell(Display.getCurrent(), SWT.CLOSE | SWT.TITLE | SWT.BORDER);
+               shell = new Shell(Display.getCurrent(), SWT.CLOSE | SWT.MIN | SWT.TITLE | SWT.BORDER);
                shell.setLayout(stackLayout);
                shell.setBackgroundMode(SWT.INHERIT_FORCE);