JAL-2068 scale annotation display character to width for feature count annotation
[jalview.git] / src / jalview / workers / ColumnCounterWorker.java
index 947b3c7..5f61525 100644 (file)
@@ -170,6 +170,7 @@ class ColumnCounterWorker extends AlignCalcWorker
     AlignmentAnnotation ann = new AlignmentAnnotation(counter.getName(),
             counter.getDescription(), anns);
     ann.showAllColLabels = true;
+    ann.scaleColLabel = true;
     ann.graph = AlignmentAnnotation.BAR_GRAPH;
     ourAnnots.add(ann);
     alignViewport.getAlignment().addAnnotation(ann);