Remove unused option
This commit is contained in:
parent
b51844615d
commit
c9bce4bfdd
1 changed files with 2 additions and 3 deletions
|
@ -102,10 +102,9 @@ export default {
|
||||||
bustDartLength: { pct: 90, min: 75, max: 100 },
|
bustDartLength: { pct: 90, min: 75, max: 100 },
|
||||||
waistDartLength: { pct: 90, min: 75, max: 95 },
|
waistDartLength: { pct: 90, min: 75, max: 95 },
|
||||||
bustDartCurve: { pct: 100, min: 0, max: 100 },
|
bustDartCurve: { pct: 100, min: 0, max: 100 },
|
||||||
shoulderDartPosition: { pct: 50, min: 10, max: 90 },
|
shoulderDartPosition: { pct: 50, min: 10, max: 90, hide: function(settings) {(settings.options.dartPosition != 'shoulder')} },
|
||||||
upperDartLength: { pct: 90, min: 80, max: 95 },
|
upperDartLength: { pct: 90, min: 80, max: 95 },
|
||||||
armholeDartPosition: { pct: 50, min: 10, max: 90 },
|
armholeDartPosition: { pct: 50, min: 10, max: 90, hide: function(settings) {(settings.options.dartPosition != 'shoulder')} },
|
||||||
dartOutsideCP: { pct: 0, min: -200, max: 200 },
|
|
||||||
dartPosition: { dflt: 'shoulder', list: ['shoulder','armhole'] },
|
dartPosition: { dflt: 'shoulder', list: ['shoulder','armhole'] },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue