diff --git a/inductor_swg.html b/inductor_swg.html index a693d76..408cd22 100644 --- a/inductor_swg.html +++ b/inductor_swg.html @@ -394,7 +394,7 @@ fctx.textAlign = "center"; //fctx.font = "14px courier"; - fctx.fillText((40-conductor_diameter_slider.value).toString() + "SWG", loopx, loopy + 3); + fctx.fillText((50-conductor_diameter_slider.value).toString() + "SWG", loopx, loopy + 3); //fctx.font = "12px arial"; fctx.textAlign = "right";