This commit is contained in:
boccioli_m
2017-08-31 16:06:57 +02:00
parent 8292a56642
commit 2b659943db
2 changed files with 2 additions and 2 deletions

View File

@@ -2189,7 +2189,7 @@ public class TestingList extends Panel {
jTable1.getColumnModel().getColumn(COL.CHECK.ordinal()).setMaxWidth(27);
jTable1.getColumnModel().getColumn(COL.DEVICENAME.ordinal()).setPreferredWidth(30);
jTable1.getColumnModel().getColumn(COL.STATUS.ordinal()).setPreferredWidth(20);
hideColumn(COL.DEVICEDESCR);
//hideColumn(COL.DEVICEDESCR);
hideColumn(COL.TESTPATH);
hideColumn(COL.TESTDESCR);
hideColumn(COL.TESTPARAMS);