Compare commits

..

2 Commits

Author SHA1 Message Date
ba1b9a54b4 0.0.79 2018-01-30 22:41:37 -08:00
59e39fa76d fixing field width 2018-01-30 22:41:18 -08:00
3 changed files with 3 additions and 4 deletions

View File

@ -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);

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "pxt-ev3",
"version": "0.0.78",
"version": "0.0.79",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "pxt-ev3",
"version": "0.0.78",
"version": "0.0.79",
"description": "LEGO Mindstorms EV3 for Microsoft MakeCode",
"private": true,
"keywords": [