X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Farchaeopteryx%2FFontChooser.java;h=966a461f9fa46891dc3adc9bc81fc4c95db77511;hb=0b39293d1577083551ba528d0ac7afcacbf69dde;hp=f8b2f17a7e2a5c4b31d636718a6a71f78e96ff1f;hpb=54d8e3a926c3cf3477199c8b85aca478230e223c;p=jalview.git diff --git a/forester/java/src/org/forester/archaeopteryx/FontChooser.java b/forester/java/src/org/forester/archaeopteryx/FontChooser.java index f8b2f17..966a461 100644 --- a/forester/java/src/org/forester/archaeopteryx/FontChooser.java +++ b/forester/java/src/org/forester/archaeopteryx/FontChooser.java @@ -41,7 +41,7 @@ public class FontChooser extends JDialog implements ActionListener, ListSelectio public static final long serialVersionUID = 62256323L; private static final String[] STYLE = { REGULAR, BOLD, ITALIC, BOLD_ITALIC }; private static final String[] SIZE = { "3", "4", "6", "8", "10", "12", "14", "16", "18", "20", "22", - "24", "26", "28", "36", "72" }; + "24", "26", "28", "36", "72" }; private static final int OK_OPTION = 1; private static final int CANCEL_OPTION = 2; private Font _font;