Skip to content

Commit

Permalink
Update procedures.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkPool-SP authored Apr 20, 2024
1 parent bd2c51f commit f08d18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/procedures.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ Blockly.Procedures.flyoutCategory = function(workspace) {
// </block>
var block = goog.dom.createDom('block');
block.setAttribute('type', 'procedures_call');
block.setAttribute('gap', 16);
block.setAttribute('gap', 12);
block.appendChild(mutation);
xmlList.push(block);
}
Expand Down

0 comments on commit f08d18d

Please sign in to comment.