[Title]thread page bug fixed
authoryeongtaik.byeon <yeongtaik.byeon@samsung.com>
Mon, 25 Jun 2012 14:06:59 +0000 (23:06 +0900)
committeryeongtaik.byeon <yeongtaik.byeon@samsung.com>
Mon, 25 Jun 2012 14:06:59 +0000 (23:06 +0900)
[Type]bug fix
[Module]thread page
[Priority]normal
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/views/ThreadPage/ThreadPage.java

index 6b20064..81096b8 100644 (file)
@@ -34,7 +34,7 @@ public class ThreadPage extends DAPageComposite {
        public ThreadPage(Composite parent, int style) {
                super(parent, style);
                this.setLayout(new FillLayout());
-
+/*
                baseForm = new SashForm(this, SWT.HORIZONTAL);
                baseForm.setLayout(new FillLayout());
 
@@ -92,5 +92,6 @@ public class ThreadPage extends DAPageComposite {
                        public void controlMoved(ControlEvent e) {
                        }
                });
+               */
        }
 }