Fixed alignment

This commit is contained in:
Devine Lu Linvega
2019-01-10 15:28:04 +12:00
parent 3b4b3c8ad7
commit f307e4a4aa
3 changed files with 4 additions and 4 deletions

View File

@@ -76,7 +76,7 @@ function Dotgrid (width, height) {
this.new = function () {
this.setZoom(1.0)
this.setSize({ width: 300, height: 300 })
this.setSize({ width: 300, height: 325 })
this.history.push(this.tool.layers)
this.clear()
}