[react] fix: seam allowance slider (#210)
Fixes #208 Reviewed-on: https://codeberg.org/freesewing/freesewing/pulls/210 Reviewed-by: Joost De Cock <joostdecock@noreply.codeberg.org> Co-authored-by: Jonathan Haas <haasjona@gmail.com> Co-committed-by: Jonathan Haas <haasjona@gmail.com>
This commit is contained in:
parent
b4a5393290
commit
a110d222c9
3 changed files with 16 additions and 11 deletions
|
@ -102,7 +102,7 @@ export function menuCoreSettingsStructure({ units = 'metric', sabool = false, pa
|
|||
),
|
||||
ux: config.uxLevels.core.sa,
|
||||
min: 0,
|
||||
max: units === 'imperial' ? 2 : 2.5,
|
||||
max: units === 'imperial' ? 25.4 : 25, // values are in mm
|
||||
dflt: defaultSamm(units),
|
||||
icon: SaIcon,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue