JAL-2432 left justify value shown after adjusting threshold slider
[jalview.git] / src / jalview / appletgui / AnnotationColumnChooser.java
index d45befc..bbd01f6 100644 (file)
@@ -204,6 +204,7 @@ public class AnnotationColumnChooser extends AnnotationRowFilter implements
 
     thresholdValue.setEnabled(false);
     thresholdValue.setColumns(7);
+    thresholdValue.setCaretPosition(0);
 
     ok.addActionListener(this);
     cancel.addActionListener(this);