]> ruin.nu Git - moosique.git/commitdiff
font settings..
authorMichael Andreen <harv@ruin.nu>
Sat, 17 May 2003 16:03:36 +0000 (16:03 +0000)
committerMichael Andreen <harv@ruin.nu>
Sat, 17 May 2003 16:03:36 +0000 (16:03 +0000)
MooInstrumentList.java

index 388a9d6b4dc3d3748f82c826eee97428af0fbb93..4ae0cfa1e79618de5990acb6acce50511421267c 100644 (file)
@@ -21,7 +21,7 @@ public class MooInstrumentList extends JComboBox implements ActionListener {
        public MooInstrumentList(int chan, int listType) {
                super(instruments[listType]);
                setChannel(chan);       
-               setFont(new Font("Helvetica", Font.PLAIN, 10));
+               setFont(Moosique.getGUI().FONT);
                addActionListener(this);
        }