Merge branch 'develop' into patch/JAL-3855_fixup_pae
[jalview.git] / src / jalview / viewmodel / AlignmentViewport.java
index 36b0851..33cb9dc 100644 (file)
@@ -2132,7 +2132,7 @@ public abstract class AlignmentViewport
 
         if (aa.graph > 0)
         {
-          aa.height += aa.graphHeight;
+          aa.height += aa.graphHeight+20;
         }
 
         if (aa.height == 0)
@@ -2956,7 +2956,6 @@ public abstract class AlignmentViewport
     return alignment.getContactMatrixFor(alignmentAnnotation);
   }
 
-
   /**
    * get the consensus sequence as displayed under the PID consensus annotation
    * row.