tweak edge percentage
This commit is contained in:
parent
b21e51f0d4
commit
e3611f1b78
1 changed files with 1 additions and 1 deletions
|
@ -32,6 +32,6 @@ export default {
|
|||
options: {
|
||||
length: { pct: 50, min: 10, max: 100 },
|
||||
width: { pct: 50, min: 10, max: 100 },
|
||||
edge: { pct: 25, min: 20, max: 50 },
|
||||
edge: { pct: 25, min: 20, max: 40 },
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue