From: Jim Procter Date: Thu, 27 Apr 2017 13:57:13 +0000 (+0100) Subject: JAL-2432 left justify value shown after adjusting threshold slider X-Git-Tag: Release_2_10_2~3^2~124^2~2 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=0e3f45fa49bd8fb65beb8d94b9908b9b630976d4;hp=6d6c9b65d01adbdd8b624bea6a766165e4497bb6;p=jalview.git JAL-2432 left justify value shown after adjusting threshold slider --- diff --git a/src/jalview/appletgui/AnnotationColumnChooser.java b/src/jalview/appletgui/AnnotationColumnChooser.java index d45befc..bbd01f6 100644 --- a/src/jalview/appletgui/AnnotationColumnChooser.java +++ b/src/jalview/appletgui/AnnotationColumnChooser.java @@ -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);