Closedown

This commit is contained in:
boccioli_m
2017-10-09 13:45:11 +02:00
parent 041e31ec3c
commit d7cde7368a

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.DEVICEPATH);
hideColumn(COL.TESTPATH);
hideColumn(COL.TESTDESCR);