Skip to content

Commit

Permalink
Update size of statement block space on top #169
Browse files Browse the repository at this point in the history
  • Loading branch information
tmickel committed Apr 7, 2016
1 parent 8af37d7 commit d3be8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/block_render_svg_horizontal.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Blockly.BlockSvg.SEP_SPACE_Y = 3 * Blockly.BlockSvg.GRID_UNIT;
* Vertical space above blocks with statements.
* @const
*/
Blockly.BlockSvg.STATEMENT_BLOCK_SPACE = 4 * Blockly.BlockSvg.GRID_UNIT;
Blockly.BlockSvg.STATEMENT_BLOCK_SPACE = 3 * Blockly.BlockSvg.GRID_UNIT;

/**
* Height of user inputs
Expand Down

0 comments on commit d3be8ef

Please # to comment.