Skip to content
Snippets Groups Projects
Commit 5637e098 authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub
Browse files

Merge pull request #569 from paulkaplan/shrink-default-zoom

Change default block zoom to 0.675 from 0.75
parents cecccee8 f93f768e
No related branches found
No related tags found
No related merge requests found
...@@ -237,7 +237,7 @@ Blocks.defaultOptions = { ...@@ -237,7 +237,7 @@ Blocks.defaultOptions = {
zoom: { zoom: {
controls: true, controls: true,
wheel: true, wheel: true,
startScale: 0.75 startScale: 0.675
}, },
grid: { grid: {
spacing: 40, spacing: 40,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment