Skip to content

Commit

Permalink
inconsistent gaps
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyGamer13 committed Jan 7, 2024
1 parent 414adc7 commit 3519086
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/data_category.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Blockly.VariableCategory = function(workspace) {
}

if (variableModelList.length > 0) {
xmlList[xmlList.length - 1].setAttribute('gap', 24);
xmlList[xmlList.length - 1].setAttribute('gap', 31);
var firstVariable = variableModelList[0];

Blockly.VariableCategory.addSetVariableTo(xmlList, firstVariable);
Expand Down Expand Up @@ -97,7 +97,7 @@ Blockly.VariableCategory.ListCategory = function(workspace) {
}

if (variableModelList.length > 0) {
xmlList[xmlList.length - 1].setAttribute('gap', 24);
xmlList[xmlList.length - 1].setAttribute('gap', 31);
var firstList = variableModelList[0];

Blockly.VariableCategory.addAddToList(xmlList, firstList);
Expand Down

1 comment on commit 3519086

@LilyMakesThings
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

31 🚎

Please sign in to comment.