From deba83c1a929a155dffb88ec92cb0f0001aa13d1 Mon Sep 17 00:00:00 2001 From: Nikolaj Olsson Date: Sat, 31 Aug 2024 22:24:36 +0200 Subject: [PATCH] Allow ASSA margin up to 9,999 - thx Jim :) Old limit was 1000 --- src/ui/Forms/Assa/AssaStyles.Designer.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ui/Forms/Assa/AssaStyles.Designer.cs b/src/ui/Forms/Assa/AssaStyles.Designer.cs index 8ba1b781e..5934ccd28 100644 --- a/src/ui/Forms/Assa/AssaStyles.Designer.cs +++ b/src/ui/Forms/Assa/AssaStyles.Designer.cs @@ -724,7 +724,7 @@ 0}); this.numericUpDownMarginVertical.Location = new System.Drawing.Point(61, 68); this.numericUpDownMarginVertical.Maximum = new decimal(new int[] { - 1000, + 9999, 0, 0, 0}); @@ -762,7 +762,7 @@ 0}); this.numericUpDownMarginRight.Location = new System.Drawing.Point(61, 41); this.numericUpDownMarginRight.Maximum = new decimal(new int[] { - 1000, + 9999, 0, 0, 0}); @@ -800,7 +800,7 @@ 0}); this.numericUpDownMarginLeft.Location = new System.Drawing.Point(61, 14); this.numericUpDownMarginLeft.Maximum = new decimal(new int[] { - 1000, + 9999, 0, 0, 0});