Skip to content

Commit 0028a53

Browse files
authored
Im stupid p2
1 parent da8649f commit 0028a53

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

core/field_expandable_add.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ Blockly.FieldExpandableAdd.prototype.init = function() {
9292
);
9393
this.icon_ = Blockly.utils.createSvgElement('image',
9494
{
95-
'x': 5,
96-
'y': 5,
97-
'width': (this.size_.width / 1.5) * ratio,
98-
'height': (this.size_.height / 1.5) * ratio,
95+
'x': 5 * ratio,
96+
'y': 5 * ratio,
97+
'width': this.size_.width / 1.5,
98+
'height': this.size_.height / 1.5,
9999
'xlink:href': plusIcon,
100100
'href': plusIcon,
101101
},

0 commit comments

Comments
 (0)