X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=MooInstrumentList.java;h=4ae0cfa1e79618de5990acb6acce50511421267c;hb=ef373a845c3cfc0af55bdf920b12731729bc6f16;hp=388a9d6b4dc3d3748f82c826eee97428af0fbb93;hpb=347729cadd1844ab1de02fff8559119abea2e483;p=moosique.git diff --git a/MooInstrumentList.java b/MooInstrumentList.java index 388a9d6..4ae0cfa 100644 --- a/MooInstrumentList.java +++ b/MooInstrumentList.java @@ -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); }