chore(bee): Tweaks to metric snap options
This commit is contained in:
parent
7ec07d9db2
commit
8f69776bff
1 changed files with 2 additions and 3 deletions
|
@ -70,7 +70,6 @@ export default {
|
|||
'cup',
|
||||
'neckTie',
|
||||
'bandTie',
|
||||
// 'frontShoulderDart'
|
||||
],
|
||||
options: {
|
||||
// Constants
|
||||
|
@ -110,7 +109,7 @@ export default {
|
|||
min: 2,
|
||||
max: 18,
|
||||
snap: {
|
||||
metric: [6, 13, 19, 25, 32, 38],
|
||||
metric: [5, 7.5, 10, 12.5, 15, 20, 25, 30, 35, 40, 45, 50],
|
||||
imperial: [6.35, 12.7, 19.05, 25.4, 31.75, 38.1],
|
||||
},
|
||||
...pctBasedOn('bustSpan'),
|
||||
|
@ -124,7 +123,7 @@ export default {
|
|||
min: 1,
|
||||
max: 9,
|
||||
snap: {
|
||||
metric: [6, 13, 19, 25, 32, 38],
|
||||
metric: [5, 7.5, 10, 12.5, 15, 20, 25, 30, 35, 40, 45, 50],
|
||||
imperial: [6.35, 12.7, 19.05, 25.4, 31.75, 38.1],
|
||||
},
|
||||
...pctBasedOn('hpsToWaistFront'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue