From: Michael Andreen Date: Sat, 17 May 2003 16:03:36 +0000 (+0000) Subject: font settings.. X-Git-Url: https://ruin.nu/git/?a=commitdiff_plain;ds=sidebyside;h=aae2d0b4428236b4147f466b3858a34bb7ed174f;hp=0c9e91d5f1f742a26c237352a4e1e7765235026c;p=moosique.git font settings.. --- 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); }