Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ardublockly
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
ardublockly
Commits
ab09dc3c
Commit
ab09dc3c
authored
Dec 30, 2015
by
carlosperate
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Align zoom icons with trash can.
parent
a8f0f33f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
blockly/README.md
blockly/README.md
+1
-0
blockly/core/zoom_controls.js
blockly/core/zoom_controls.js
+1
-1
No files found.
blockly/README.md
View file @
ab09dc3c
...
@@ -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.
...
...
blockly/core/zoom_controls.js
View file @
ab09dc3c
...
@@ -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_
=
2
0
;
Blockly
.
ZoomControls
.
prototype
.
MARGIN_SIDE_
=
2
8
;
/**
/**
* The SVG group containing the zoom controls.
* The SVG group containing the zoom controls.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment