From a1156322d198d4c1f67a27b33d9e1fff5eb2922d Mon Sep 17 00:00:00 2001 From: miguel <31931809+miguelvaca@users.noreply.github.com> Date: Sat, 11 Sep 2021 11:35:37 +1000 Subject: [PATCH] Update inductor_swg.html --- inductor_swg.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";