JAL-1933 occupancy row has a space below it for counts
[jalview.git] / src / jalview / viewmodel / AlignmentViewport.java
index 47dceec..8d2580b 100644 (file)
@@ -1956,8 +1956,9 @@ public abstract class AlignmentViewport implements AlignViewportI,
   // derived annotation
   private void initGapCounts(AlignmentAnnotation counts)
   {
-    counts.hasText = false;
+    counts.hasText = true;
     counts.autoCalculated = true;
+    counts.scaleColLabel = true;
     counts.graph = AlignmentAnnotation.BAR_GRAPH;
 
     if (showConsensus)