Update short_antenna.html

pull/2/head
miguel 2023-03-20 22:52:10 +11:00
rodzic 2e7358e7fc
commit 3bd538d730
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -340,11 +340,11 @@
"(" + cond_diameter_mm.toFixed(3).toString() + " mm)", loopx, 16);
const wire_x = win_width * 0.50;
const up_wire_top_y = win_height * 0.1;
const up_wire_top_y = 40;
const up_wire_bot_y = win_height * 0.5 - 5;
const down_wire_top_y = win_height * 0.5 + 5;
const down_wire_bot_y = win_height * 0.9;
const down_wire_bot_y = win_height - 40;
var arrow_size = 10.0;