mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
Move trashcan split by 1px.
Firefox on Windows is off by a pixel.
This commit is contained in:
parent
aaccb2ee1d
commit
58db773526
2 changed files with 3 additions and 3 deletions
|
@ -207,7 +207,7 @@ Blockly.clipboardXml_ = null;
|
|||
|
||||
/**
|
||||
* Source of the local clipboard.
|
||||
* @type {Blockly.Workspace}
|
||||
* @type {Blockly.WorkspaceSvg}
|
||||
* @private
|
||||
*/
|
||||
Blockly.clipboardSource_ = null;
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue