Commit ab09dc3c authored by carlosperate's avatar carlosperate

Align zoom icons with trash can.

parent a8f0f33f
...@@ -13,6 +13,7 @@ It adds the following features: ...@@ -13,6 +13,7 @@ It adds the following features:
* Arduino pin tracking * Arduino pin tracking
* Arduino generator unit test (incomplete) * Arduino generator unit test (incomplete)
* Procedures and flyout core classes modified to include the Arduino setup() and loop() functions * Procedures and flyout core classes modified to include the Arduino setup() and loop() functions
* Minor visual changes to the zoom icons
All other changes and fixes have been submitted to the original Blockly repository for inclusion into the upstream master branch. All other changes and fixes have been submitted to the original Blockly repository for inclusion into the upstream master branch.
......
...@@ -64,7 +64,7 @@ Blockly.ZoomControls.prototype.MARGIN_BOTTOM_ = 20; ...@@ -64,7 +64,7 @@ Blockly.ZoomControls.prototype.MARGIN_BOTTOM_ = 20;
* @type {number} * @type {number}
* @private * @private
*/ */
Blockly.ZoomControls.prototype.MARGIN_SIDE_ = 20; Blockly.ZoomControls.prototype.MARGIN_SIDE_ = 28;
/** /**
* The SVG group containing the zoom controls. * The SVG group containing the zoom controls.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment