From: yeongtaik.byeon Date: Mon, 25 Jun 2012 03:37:02 +0000 (+0900) Subject: [Title]dialog updated(located to center) X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba5efd0d2257d85764112a24da1f1ef7cc568397;p=sdk%2Ftools%2Fdynamic-analyzer.git [Title]dialog updated(located to center) [Type]update [Module]dialog [Priority]low [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- diff --git a/org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/widgets/DAWindow.java b/org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/widgets/DAWindow.java index 4a5c2e0..a8bb406 100644 --- a/org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/widgets/DAWindow.java +++ b/org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/widgets/DAWindow.java @@ -135,7 +135,7 @@ public class DAWindow { }; public DAWindow(Shell parent, int style) { - shell = new Shell(parent, style | SWT.NO_TRIM | SWT.NO_BACKGROUND); + shell = new Shell(parent, style | SWT.NO_TRIM | SWT.NO_BACKGROUND | SWT.CENTER); closeButton = new DAButton(shell, closeImage, closePushImage, closeHoverImage, null); closeButton.setToolTipText(AnalyzerLabels.CLOSE);