From b01c4edc00dbeedd6b53777310d4232a4104a9ec Mon Sep 17 00:00:00 2001 From: amwaterhouse Date: Wed, 5 Apr 2006 11:40:46 +0000 Subject: [PATCH] No need for minorSpacing --- src/jalview/gui/AnnotationColourChooser.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/jalview/gui/AnnotationColourChooser.java b/src/jalview/gui/AnnotationColourChooser.java index d49a4b6..0209d76 100755 --- a/src/jalview/gui/AnnotationColourChooser.java +++ b/src/jalview/gui/AnnotationColourChooser.java @@ -319,7 +319,6 @@ public class AnnotationColourChooser slider.setValue( (int) (currentAnnotation.threshold.value * 1000)); thresholdValue.setText(currentAnnotation.threshold.value + ""); slider.setMajorTickSpacing( (int) (range / 10f)); - slider.setMinorTickSpacing( (int) (range / 100f)); slider.setEnabled(true); thresholdValue.setEnabled(true); adjusting = false; -- 1.7.10.2