X-Git-Url: https://ruin.nu/git/graph/stats/%3CTMPL_VAR%20NAME=Coords%3E?a=blobdiff_plain;f=MooInstrumentList.java;h=4ae0cfa1e79618de5990acb6acce50511421267c;hb=aae2d0b4428236b4147f466b3858a34bb7ed174f;hp=388a9d6b4dc3d3748f82c826eee97428af0fbb93;hpb=0c9e91d5f1f742a26c237352a4e1e7765235026c;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); }