[react] fix: Change the maximum value of the pattern parts margin to a more sensible value of about 3cm instead of 2.5mm
This commit is contained in:
parent
fe8e1853a7
commit
c535f626a7
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ export function menuCoreSettingsStructure({ units = 'metric', sabool = false, pa
|
||||||
),
|
),
|
||||||
ux: config.uxLevels.core.margin,
|
ux: config.uxLevels.core.margin,
|
||||||
min: 0,
|
min: 0,
|
||||||
max: 2.5,
|
max: measurementAsMm(units === 'imperial' ? 1.25 : 3, units),
|
||||||
dflt: measurementAsMm(units === 'imperial' ? 0.125 : 0.2, units),
|
dflt: measurementAsMm(units === 'imperial' ? 0.125 : 0.2, units),
|
||||||
icon: MarginIcon,
|
icon: MarginIcon,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue