Skip to content

Commit

Permalink
Merge pull request #176 from tmickel/feature/pants-belt
Browse files Browse the repository at this point in the history
Update size of statement block space on top #169
  • Loading branch information
tmickel committed Apr 7, 2016
2 parents cb7391d + d3be8ef commit a26519c
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 a26519c

Please # to comment.