opengl : change tab width of the opengl page 29/29329/5
authorHyunjong.park <phjwithyou.park@samsung.com>
Fri, 24 Oct 2014 09:06:45 +0000 (18:06 +0900)
committerpark hyunjong <phjwithyou.park@samsung.com>
Fri, 24 Oct 2014 09:16:11 +0000 (02:16 -0700)
Signed-off-by: Hyunjong.park <phjwithyou.park@samsung.com>
Change-Id: Id72586466ba93b585742d1d6bc919a28dfa68457
Signed-off-by: Hyunjong.park <phjwithyou.park@samsung.com>
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/opengl/GLPage.java

index 6313270..a0507ba 100644 (file)
@@ -60,7 +60,7 @@ public class GLPage extends DAPageComposite {
        public static final String textureViewID = GLTextureTableView.class.getName();
        public static final String statisticsViewID = GLStatisticsTableView.class.getName();
        public static final String redundantViewID = GLRedundantTableView.class.getName();
-
+       public static final int RIGHT_TAB_WIDTH = 72;
        SashForm baseForm;
        SashForm rightForm;
        SashForm leftForm;
@@ -100,6 +100,7 @@ public class GLPage extends DAPageComposite {
                }
 
                DATabComposite glRightTabView = new DATabComposite(bottomForm, SWT.NONE, false);
+               glRightTabView.setTabWidth(RIGHT_TAB_WIDTH);
                {
                        glRedundantView = new GLRedundantTableView(glRightTabView.getContentComposite(),
                                        SWT.NONE);