Adjust layout noverlap margin and grid size.
This commit is contained in:
parent
77c23a23e4
commit
00e05a12b0
1 changed files with 2 additions and 2 deletions
|
|
@ -206,9 +206,9 @@ const LayoutsControl = () => {
|
||||||
const layoutNoverlap = useLayoutNoverlap({
|
const layoutNoverlap = useLayoutNoverlap({
|
||||||
maxIterations: maxIterations,
|
maxIterations: maxIterations,
|
||||||
settings: {
|
settings: {
|
||||||
margin: 2,
|
margin: 5,
|
||||||
expansion: 1.1,
|
expansion: 1.1,
|
||||||
gridSize: 5,
|
gridSize: 1,
|
||||||
ratio: 1,
|
ratio: 1,
|
||||||
speed: 3,
|
speed: 3,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue