About Dialog: Fix blank info problem.
authorminkee.lee <minkee.lee@samsung.com>
Thu, 30 Oct 2014 12:39:47 +0000 (21:39 +0900)
committerminkee.lee <minkee.lee@samsung.com>
Thu, 30 Oct 2014 12:39:47 +0000 (21:39 +0900)
- Fixed problem that emulator manager's about dialog content is blank.
  (This occurs in Ubuntu 14.04)

Change-Id: Ib7b499bca1ea1a9e186abfdccd3f277e1584374b
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
common-project/src/org/tizen/emulator/manager/ui/dialog/AboutDialog.java

index c4d1342..02e4f75 100644 (file)
@@ -78,7 +78,7 @@ public class AboutDialog {
 
                Composite upperComposite = new Composite(dialog, SWT.NONE);
                upperComposite.setLayout(getGridLayout(2, false));
-               upperComposite.setSize(width, 180);
+               upperComposite.setSize(width, 181);
                upperComposite.setBackground(Display.getCurrent().getSystemColor(SWT.COLOR_WHITE));
 
                if (!(EmulatorManager.isMac())) {