mirror of
https://github.com/google/blockly.git
synced 2026-01-11 19:07:08 +01:00
More spaces
This commit is contained in:
@@ -148,7 +148,7 @@ Blockly.FlyoutButton.prototype.createDom = function() {
|
||||
var rect = Blockly.utils.createSvgElement('rect',
|
||||
{
|
||||
'class': this.isLabel_ ?
|
||||
'blocklyFlyoutLabelBackground' : 'blocklyFlyoutButtonBackground',
|
||||
'blocklyFlyoutLabelBackground' : 'blocklyFlyoutButtonBackground',
|
||||
'rx': 4, 'ry': 4
|
||||
},
|
||||
this.svgGroup_);
|
||||
|
||||
@@ -210,7 +210,7 @@ Blockly.RenderedConnection.prototype.highlight = function() {
|
||||
'class': 'blocklyHighlightedConnectionPath',
|
||||
'd': steps,
|
||||
transform: 'translate(' + x + ',' + y + ')' +
|
||||
(this.sourceBlock_.RTL ? ' scale(-1 1)' : '')
|
||||
(this.sourceBlock_.RTL ? ' scale(-1 1)' : '')
|
||||
},
|
||||
this.sourceBlock_.getSvgRoot());
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user