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:
7a33703
)
adjust annotation panel height when font changed
author
amwaterhouse
<Andrew Waterhouse>
Fri, 15 Apr 2005 15:00:26 +0000
(15:00 +0000)
committer
amwaterhouse
<Andrew Waterhouse>
Fri, 15 Apr 2005 15:00:26 +0000
(15:00 +0000)
src/jalview/gui/FontChooser.java
patch
|
blob
|
history
diff --git
a/src/jalview/gui/FontChooser.java
b/src/jalview/gui/FontChooser.java
index
58153ab
..
3edbdb6
100755
(executable)
--- a/
src/jalview/gui/FontChooser.java
+++ b/
src/jalview/gui/FontChooser.java
@@
-65,6
+65,7
@@
public class FontChooser extends GFontChooser
Integer.parseInt(fontSize.getSelectedItem().toString())
\r
);
\r
ap.av.setFont(newFont);
\r
+ ap.annotationPanel.adjustPanelHeight();
\r
ap.repaint();
\r
}
\r
\r