[Title]dialog updated(located to center)
authoryeongtaik.byeon <yeongtaik.byeon@samsung.com>
Mon, 25 Jun 2012 03:37:02 +0000 (12:37 +0900)
committeryeongtaik.byeon <yeongtaik.byeon@samsung.com>
Mon, 25 Jun 2012 03:37:02 +0000 (12:37 +0900)
[Type]update
[Module]dialog
[Priority]low
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/widgets/DAWindow.java

index 4a5c2e0..a8bb406 100644 (file)
@@ -135,7 +135,7 @@ public class DAWindow {
        };\r
 \r
        public DAWindow(Shell parent, int style) {\r
-               shell = new Shell(parent, style | SWT.NO_TRIM | SWT.NO_BACKGROUND);\r
+               shell = new Shell(parent, style | SWT.NO_TRIM | SWT.NO_BACKGROUND | SWT.CENTER);\r
                closeButton = new DAButton(shell, closeImage, closePushImage,\r
                                closeHoverImage, null);\r
                closeButton.setToolTipText(AnalyzerLabels.CLOSE);\r