From 11c7208fc8eaec505de60a18bba7314ec29a851a Mon Sep 17 00:00:00 2001 From: Casper Jeukendrup <48658420+cbjeukendrup@users.noreply.github.com> Date: Thu, 7 May 2026 23:19:54 +0200 Subject: [PATCH] Page settings: relax page number offset limits Allow any number from -999999 to 999999, because there is not really any reason to put any limit. Resolves: https://github.com/musescore/MuseScore/issues/33188 --- src/notationscene/widgets/pagesettings.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/notationscene/widgets/pagesettings.ui b/src/notationscene/widgets/pagesettings.ui index f2ba83576e50e..a219a94c4fc3a 100644 --- a/src/notationscene/widgets/pagesettings.ui +++ b/src/notationscene/widgets/pagesettings.ui @@ -502,10 +502,10 @@ false - -99 + -999999 - 999 + 999999