git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f56279
)
No need for minorSpacing
author
amwaterhouse
<Andrew Waterhouse>
Wed, 5 Apr 2006 11:40:46 +0000
(11:40 +0000)
committer
amwaterhouse
<Andrew Waterhouse>
Wed, 5 Apr 2006 11:40:46 +0000
(11:40 +0000)
src/jalview/gui/AnnotationColourChooser.java
patch
|
blob
|
history
diff --git
a/src/jalview/gui/AnnotationColourChooser.java
b/src/jalview/gui/AnnotationColourChooser.java
index
d49a4b6
..
0209d76
100755
(executable)
--- 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));
\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