git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
096f5f7
)
JAL-4091 lines to associate rows sharing same sequence ref - needs some work still...
author
Jim Procter
<j.procter@dundee.ac.uk>
Sun, 30 Oct 2022 23:21:38 +0000
(23:21 +0000)
committer
Jim Procter
<j.procter@dundee.ac.uk>
Sun, 30 Oct 2022 23:21:38 +0000
(23:21 +0000)
src/jalview/gui/AnnotationLabels.java
patch
|
blob
|
history
diff --git
a/src/jalview/gui/AnnotationLabels.java
b/src/jalview/gui/AnnotationLabels.java
index
1e2374a
..
2c563f1
100755
(executable)
--- a/
src/jalview/gui/AnnotationLabels.java
+++ b/
src/jalview/gui/AnnotationLabels.java
@@
-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);
}