mirror of
https://github.com/google/blockly.git
synced 2026-01-11 10:57:07 +01:00
Add missing madding to flyout (#4657)
This commit is contained in:
@@ -89,8 +89,8 @@ Blockly.VerticalFlyout.prototype.getMetrics_ = function() {
|
||||
var metrics = {
|
||||
contentHeight: optionBox.height * this.workspace_.scale + 2 * this.MARGIN,
|
||||
contentWidth: optionBox.width * this.workspace_.scale + 2 * this.MARGIN,
|
||||
contentTop: optionBox.y,
|
||||
contentLeft: optionBox.x,
|
||||
contentTop: optionBox.y - this.MARGIN,
|
||||
contentLeft: optionBox.x - this.MARGIN,
|
||||
|
||||
viewHeight: viewHeight,
|
||||
viewWidth: viewWidth,
|
||||
|
||||
Reference in New Issue
Block a user