Closedown

This commit is contained in:
boccioli_m
2015-06-09 16:29:41 +02:00
parent 6538818750
commit d70dae0e0f

View File

@@ -367,8 +367,8 @@ public class TestingList extends Panel {
jTable1.setModel(model);
jTable1.getColumnModel().getColumn(COL_ICON).setMaxWidth(27);
jTable1.getColumnModel().getColumn(COL_CHECK).setMaxWidth(27);
jTable1.getColumnModel().getColumn(COL_DEVICENAME).setPreferredWidth(100);
jTable1.getColumnModel().getColumn(COL_STATUS).setPreferredWidth(100);
jTable1.getColumnModel().getColumn(COL_DEVICENAME).setPreferredWidth(50);
jTable1.getColumnModel().getColumn(COL_STATUS).setPreferredWidth(50);
updateStatus();
}