mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +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_);
|
||||
|
||||
Reference in New Issue
Block a user