From bfd33db2f5cd158bc46550f11715b438562f4f50 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Wed, 3 May 2017 11:40:04 +0100 Subject: [PATCH 1/1] JAL-2432 percentage checkbox follows threshold value field --- src/jalview/appletgui/AnnotationColumnChooser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jalview/appletgui/AnnotationColumnChooser.java b/src/jalview/appletgui/AnnotationColumnChooser.java index b139fb8..4118e83 100644 --- a/src/jalview/appletgui/AnnotationColumnChooser.java +++ b/src/jalview/appletgui/AnnotationColumnChooser.java @@ -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); -- 1.7.10.2