fixing spacing

This commit is contained in:
kozbial
2019-08-07 12:24:09 -07:00
parent 11813c706c
commit a47177af28

View File

@@ -325,7 +325,7 @@ Blockly.blockRendering.Drawer.prototype.layoutField_ = function(fieldInfo) {
}
if (fieldInfo.type == 'icon') {
svgGroup.setAttribute('display', 'block');
svgGroup.setAttribute('transform','translate(' + xPos + ',' + yPos + ')');
svgGroup.setAttribute('transform', 'translate(' + xPos + ',' + yPos + ')');
fieldInfo.icon.computeIconLocation();
} else {
svgGroup.setAttribute(