[Title] change singleton icon size
authorphjwithyou.park <phjwithyou.park@samsung.com>
Wed, 1 Aug 2012 06:01:29 +0000 (15:01 +0900)
committerphjwithyou.park <phjwithyou.park@samsung.com>
Wed, 1 Aug 2012 06:01:29 +0000 (15:01 +0900)
[Type] bug
[Module] init
[Priority] normal
[CQ#]
[Redmine#] 6018
[Problem]
[Cause]
[Solution]
[TestCase]

org.tizen.dynamicanalyzer.workbench/src/org/tizen/dynamicanalyzer/workbench/Application.java

index d65a195..7aad66c 100644 (file)
@@ -48,7 +48,7 @@ public class Application implements IApplication {
                Shell dialog = new Shell(display);
                Shell shell = new Shell(dialog);
                
-               shell.setSize(420, 153);
+               shell.setSize(460, 153);
                FormLayout shellLayout = new FormLayout();
                shell.setLayout(shellLayout);
                shell.setText("Info");
@@ -83,10 +83,10 @@ public class Application implements IApplication {
                buildTime.setForeground( new Color( display, 0, 0, 0 ) );
 
                FormData labelData = new FormData();
-               labelData.left = new FormAttachment(0, 23);
+               labelData.left = new FormAttachment(0, 12);
                labelData.top = new FormAttachment(0, 6);
                labelData.height = 64;
-               labelData.width = 35;
+               labelData.width = 46;
                icon.setLayoutData(labelData);
 
                labelData = new FormData();