X-Git-Url: https://ruin.nu/git/intel?a=blobdiff_plain;f=MooInstrumentList.java;h=716cd182830340d35da72b8b174e1ce08ef6ffd4;hb=fba2c983537bf8d3f4951e32c67a8f8a3b4d3c2b;hp=6f0211fa4931784707135b2bf4c92c048d014244;hpb=5f7a5be27694059016e4d379369b9ca2ac0792d1;p=moosique.git diff --git a/MooInstrumentList.java b/MooInstrumentList.java index 6f0211f..716cd18 100644 --- a/MooInstrumentList.java +++ b/MooInstrumentList.java @@ -13,7 +13,7 @@ public class MooInstrumentList extends JComboBox implements ActionListener { public MooInstrumentList() { super(instruments); - setFont(new Font("Times New Roman", Font.PLAIN, 10)); + setFont(new Font("Helvetica", Font.PLAIN, 10)); addActionListener(this); } @@ -153,4 +153,4 @@ public class MooInstrumentList extends JComboBox implements ActionListener { " 126 Applause", " 127 Gunshot" }; -} \ No newline at end of file +}