From aae2d0b4428236b4147f466b3858a34bb7ed174f Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Sat, 17 May 2003 16:03:36 +0000 Subject: [PATCH] font settings.. --- MooInstrumentList.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.2