Skip to content

Commit

Permalink
missed a spot
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyMakesThings authored Jan 12, 2024
1 parent 670ccbd commit 0bf6b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/data_category.js
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ Blockly.DataCategory.addBlock = function(xmlList, variable, blockType,
opt_secondValue[1], opt_secondValue[2]);
}

var gap = 8;
var gap = 10;
var blockText = '<xml>' +
'<block type="' + blockType + '" gap="' + gap + '">' +
Blockly.Variables.generateVariableFieldXml_(variable, fieldName) +
Expand Down

0 comments on commit 0bf6b49

Please sign in to comment.