From: Jim Procter Date: Wed, 3 May 2017 10:40:04 +0000 (+0100) Subject: JAL-2432 percentage checkbox follows threshold value field X-Git-Tag: Release_2_10_2~3^2~109^2~4 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=bfd33db2f5cd158bc46550f11715b438562f4f50;hp=8018887d2917a478af88ab5ed3c7621d7cf18967;p=jalview.git JAL-2432 percentage checkbox follows threshold value field --- 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);