No need for minorSpacing
[jalview.git] / src / jalview / gui / AnnotationColourChooser.java
index d49a4b6..0209d76 100755 (executable)
@@ -319,7 +319,6 @@ public class AnnotationColourChooser
       slider.setValue( (int) (currentAnnotation.threshold.value * 1000));\r
       thresholdValue.setText(currentAnnotation.threshold.value + "");\r
       slider.setMajorTickSpacing( (int) (range / 10f));\r
-      slider.setMinorTickSpacing( (int) (range / 100f));\r
       slider.setEnabled(true);\r
       thresholdValue.setEnabled(true);\r
       adjusting = false;\r