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 },
|
||||
waistDartLength: { pct: 90, min: 75, max: 95 },
|
||||
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 },
|
||||
armholeDartPosition: { pct: 50, min: 10, max: 90 },
|
||||
dartOutsideCP: { pct: 0, min: -200, max: 200 },
|
||||
armholeDartPosition: { pct: 50, min: 10, max: 90, hide: function(settings) {(settings.options.dartPosition != 'shoulder')} },
|
||||
dartPosition: { dflt: 'shoulder', list: ['shoulder','armhole'] },
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue