Adjust layout noverlap margin and grid size.
This commit is contained in:
@@ -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,
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user