JAL-2432 left justify value shown after adjusting threshold slider
authorJim Procter <jprocter@issues.jalview.org>
Thu, 27 Apr 2017 13:57:13 +0000 (14:57 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Thu, 27 Apr 2017 13:57:13 +0000 (14:57 +0100)
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);