JAL-4091 lines to associate rows sharing same sequence ref - needs some work still...
[jalview.git] / src / jalview / gui / AnnotationLabels.java
index 1e2374a..2c563f1 100755 (executable)
@@ -1223,7 +1223,9 @@ public class AnnotationLabels extends JPanel
         {
           if (vertBar)
           {
-            g.drawLine(x - 40, y, x - 40, y - aa[i].height);
+            g.drawLine(20, y + offset, 20, y - aa[i].height);
+            g.drawLine(20, y + offset, x - 20, y + offset);
+
           }
           g.drawString(label, x, y + offset);
         }