Merge branch 'patch/JAL-3855_fixup_pae' into develop
[jalview.git] / src / jalview / viewmodel / AlignmentViewport.java
index a8c93cf..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)