From: James Procter Date: Tue, 18 Jul 2023 14:40:31 +0000 (+0100) Subject: JAL-3858 annotation .height is bigger than graphHeight so adjacent PAE matrices are... X-Git-Tag: Release_2_11_3_0~10^2^2~5 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=8f5766ed1f40e637824924ae810b5c033d185d60;hp=06eaa901379256f8db2114acb4e1bc75002b2527;p=jalview.git JAL-3858 annotation .height is bigger than graphHeight so adjacent PAE matrices are clearly separated --- diff --git a/src/jalview/viewmodel/AlignmentViewport.java b/src/jalview/viewmodel/AlignmentViewport.java index a8c93cf..33cb9dc 100644 --- a/src/jalview/viewmodel/AlignmentViewport.java +++ b/src/jalview/viewmodel/AlignmentViewport.java @@ -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)