JAL-2045 JAL-2047 improvement for sorting PDB quality measure numerically, and improv...
[jalview.git] / src / jalview / gui / StructureChooser.java
index 89ba84b..f38f267 100644 (file)
@@ -458,6 +458,10 @@ public class StructureChooser extends GStructureChooser implements
           tbl_summary.setModel(PDBRestResponse.getTableModel(
                   lastPdbRequest, reorderedStructuresSet));
 
+          PDBRestResponse.configureTableColumn(tbl_summary, wantedFields);
+          tbl_summary.getColumn("Ref Sequence").setPreferredWidth(120);
+          tbl_summary.getColumn("Ref Sequence").setMinWidth(100);
+          tbl_summary.getColumn("Ref Sequence").setMaxWidth(200);
           // Update table selection model here
           tbl_summary.addRowSelectionInterval(0, filterResponseCount - 1);
           mainFrame.setTitle(MessageManager.formatMessage(