Closedown

This commit is contained in:
boccioli_m
2015-06-08 16:58:22 +02:00
parent 391adf2211
commit 991b54cdc0

View File

@@ -296,7 +296,9 @@ public class TestingList extends Panel {
model.addRow(new Object[] {false, sDate, "FIXL", "Lamp Test", "Failure", "Pending", icon});
jTable1.setModel(model);
jTable1.getColumnModel().getColumn(0).setPreferredWidth(27);
jTable1.getColumnModel().getColumn(6).setPreferredWidth(27);
jTable1.getColumnModel().getColumn(6).setPreferredWidth(27);
jTable1.getColumnModel().getColumn(0).setMaxWidth(27);
updateStatus();
}