Setting : invisible row line for feature table
authorheeyoung <heeyoung1008.hwang@samsung.com>
Thu, 15 Oct 2015 07:46:09 +0000 (16:46 +0900)
committerheeyoung <heeyoung1008.hwang@samsung.com>
Fri, 16 Oct 2015 07:51:32 +0000 (16:51 +0900)
Change-Id: I0ccc30c92926ed1e1dfcaae7b8c52b00f900054c
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/toolbar/setting/FeatureDialogFeaturesTable.java

index 5e69496..e782829 100644 (file)
@@ -59,6 +59,7 @@ public class FeatureDialogFeaturesTable extends DATreeComposite {
        public FeatureDialogFeaturesTable(Composite parent, int style) {
                super(parent, style);
 
+               table.setLinesVisible(false);
                table.addListener(SWT.Dispose, tableMouseListener);
                table.addListener(SWT.MouseEnter, tableMouseListener);
                table.addListener(SWT.MouseExit, tableMouseListener);