Move trashcan split by 1px.

Firefox on Windows is off by a pixel.
This commit is contained in:
Neil Fraser 2015-09-11 21:50:44 -07:00
parent aaccb2ee1d
commit 58db773526
2 changed files with 3 additions and 3 deletions

View file

@ -207,7 +207,7 @@ Blockly.clipboardXml_ = null;
/**
* Source of the local clipboard.
* @type {Blockly.Workspace}
* @type {Blockly.WorkspaceSvg}
* @private
*/
Blockly.clipboardSource_ = null;

View file

@ -53,14 +53,14 @@ Blockly.Trashcan.prototype.WIDTH_ = 47;
* @type {number}
* @private
*/
Blockly.Trashcan.prototype.BODY_HEIGHT_ = 45;
Blockly.Trashcan.prototype.BODY_HEIGHT_ = 44;
/**
* Height of the lid image.
* @type {number}
* @private
*/
Blockly.Trashcan.prototype.LID_HEIGHT_ = 15;
Blockly.Trashcan.prototype.LID_HEIGHT_ = 16;
/**
* Distance between trashcan and bottom edge of workspace.