From d0207f4695be8100f9459914b5d3704859de6dc5 Mon Sep 17 00:00:00 2001 From: guifre2 Date: Thu, 19 Jul 2012 12:37:31 +0300 Subject: [PATCH] Changes according to issue: http://musescore.org/en/node/7315 This changes the setup wizard so that you now can't put a time signature denominator other that 1, 2, 4, 8, 16 or 32. Now it's impossible to type other values manually. My programming knowledge is very limited, but I guess that could work... If not, sorry. --- mscore/timesigwizard.ui | 76 ++++++++++++++++++++++++++++++++++++----- 1 file changed, 67 insertions(+), 9 deletions(-) diff --git a/mscore/timesigwizard.ui b/mscore/timesigwizard.ui index 463bce82d7..12297969b0 100644 --- a/mscore/timesigwizard.ui +++ b/mscore/timesigwizard.ui @@ -74,12 +74,41 @@ - - - 32 - - + + + + 1 + + + + 2 + + + + + 4 + + + + + 8 + + + + + 16 + + + + + 32 + + + + + + @@ -164,12 +193,41 @@ - - - 32 - + + + + 1 + + + + + 2 + + + + + 4 + + + + + 8 + + + + + 16 + + + + + 32 + + + +