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:
eda4e33
)
FOnt size -3 for labels
author
amwaterhouse
<Andrew Waterhouse>
Mon, 12 Dec 2005 13:31:49 +0000
(13:31 +0000)
committer
amwaterhouse
<Andrew Waterhouse>
Mon, 12 Dec 2005 13:31:49 +0000
(13:31 +0000)
src/jalview/gui/AnnotationLabels.java
patch
|
blob
|
history
diff --git
a/src/jalview/gui/AnnotationLabels.java
b/src/jalview/gui/AnnotationLabels.java
index
5eb5af5
..
3bc78be
100755
(executable)
--- a/
src/jalview/gui/AnnotationLabels.java
+++ b/
src/jalview/gui/AnnotationLabels.java
@@
-376,7
+376,7
@@
public class AnnotationLabels extends JPanel implements MouseListener,
*/
\r
public void drawComponent(Graphics g, int width)
\r
{
\r
- g.setFont(new Font("Arial", Font.PLAIN, av.getFont().getSize()-2));
\r
+ g.setFont(new Font("Arial", Font.PLAIN, av.getFont().getSize()-3));
\r
FontMetrics fm = g.getFontMetrics(g.getFont());
\r
g.setColor(Color.white);
\r
g.fillRect(0, 0, getWidth(), getHeight());
\r