1
0
Fork 0

[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:
Jonathan Haas 2025-05-01 10:59:59 +02:00 committed by Joost De Cock
parent fe8e1853a7
commit c535f626a7

View file

@ -240,7 +240,7 @@ export function menuCoreSettingsStructure({ units = 'metric', sabool = false, pa
),
ux: config.uxLevels.core.margin,
min: 0,
max: 2.5,
max: measurementAsMm(units === 'imperial' ? 1.25 : 3, units),
dflt: measurementAsMm(units === 'imperial' ? 0.125 : 0.2, units),
icon: MarginIcon,
},