X-Git-Url: https://ruin.nu/git/?p=moosique.git;a=blobdiff_plain;f=MooDialog.java;h=860b91edc83ac8951e043b3fc5a6aa14c2618875;hp=7038c908c85d6235caae5ec861f47fc9ddc8ba60;hb=a8dda23889d7c48a8b3313e2a141ed378bf8ff1c;hpb=17d535e703a8ba178ad816d0a0cf4fa1ac787e5b diff --git a/MooDialog.java b/MooDialog.java index 7038c90..860b91e 100644 --- a/MooDialog.java +++ b/MooDialog.java @@ -469,7 +469,7 @@ public class MooDialog extends JDialog { * @param mn the note that will be graphically represented */ public MooDialog(MooNote mn) { - super(Moosique.getGUI(), "Note properties", false); + super(Moosique.getGUI(), "Note properties", true); JPanel panel = new JPanel(); panel.setLayout(new GridLayout(3,2)); note = mn;