JAL-2432 percentage checkbox follows threshold value field
authorJim Procter <jprocter@issues.jalview.org>
Wed, 3 May 2017 10:40:04 +0000 (11:40 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Wed, 3 May 2017 10:40:04 +0000 (11:40 +0100)
src/jalview/appletgui/AnnotationColumnChooser.java

index b139fb8..4118e83 100644 (file)
@@ -245,10 +245,10 @@ public class AnnotationColumnChooser extends AnnotationRowFilter implements
     ngStructureFilterPanel = new StructureFilterPanel(this);
 
     thresholdPanel.setTitle("Threshold Filter");
-    thresholdPanel.add(percentThreshold);
     thresholdPanel.add(getThreshold());
     thresholdPanel.add(slider);
     thresholdPanel.add(thresholdValue);
+    thresholdPanel.add(percentThreshold);
 
     actionPanel.add(ok);
     actionPanel.add(cancel);