diff --git a/editor/field_speed.ts b/editor/field_speed.ts index ba1f96c9..62300de5 100644 --- a/editor/field_speed.ts +++ b/editor/field_speed.ts @@ -41,8 +41,7 @@ export class FieldSpeed extends Blockly.FieldSlider implements Blockly.FieldCust this.speedSVG = document.createElementNS("http://www.w3.org/2000/svg", "svg") as SVGGElement; pxsim.svg.hydrate(this.speedSVG, { viewBox: "0 0 200 100", - width: "200", - height: "100" + width: "170" }); labelContainer.appendChild(this.speedSVG);