adds more padding under breadboard

This commit is contained in:
darzu 2016-08-31 14:03:25 -07:00
parent 66ba26586f
commit 99fb074952
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ namespace pxsim.visuals {
scaleUnit1: this.boardView.getPinDist(),
el2: this.breadboard.getSVGAndSize(),
scaleUnit2: this.breadboard.getPinDist(),
margin: [0, 0, 10, 0],
margin: [0, 0, 20, 0],
middleMargin: 80,
maxWidth: opts.maxWidth,
maxHeight: opts.maxHeight,