]> ruin.nu Git - moosique.git/commitdiff
fontchange
authorMichael Andreen <harv@ruin.nu>
Fri, 9 May 2003 18:50:48 +0000 (18:50 +0000)
committerMichael Andreen <harv@ruin.nu>
Fri, 9 May 2003 18:50:48 +0000 (18:50 +0000)
MooInstrumentList.java

index 6f0211fa4931784707135b2bf4c92c048d014244..716cd182830340d35da72b8b174e1ce08ef6ffd4 100644 (file)
@@ -13,7 +13,7 @@ public class MooInstrumentList extends JComboBox implements ActionListener {
 
        public MooInstrumentList() {
                super(instruments);
-               setFont(new Font("Times New Roman", Font.PLAIN, 10));
+               setFont(new Font("Helvetica", Font.PLAIN, 10));
                addActionListener(this);
        }
 
@@ -153,4 +153,4 @@ public class MooInstrumentList extends JComboBox implements ActionListener {
                " 126 Applause",
                " 127 Gunshot"
        };
-}
\ No newline at end of file
+}