Fixed probe dialog bit diameter menu display

This commit is contained in:
David Carley
2022-08-24 05:15:02 +00:00
parent 078241c657
commit b316a2e0c8

View File

@@ -42,7 +42,7 @@
const cancelled = writable(false);
const userAcknowledged = writable(false);
const imperialBits = ["1/2 in", "1/4 in", "1/8 in", "1/16", "1/32"];
const imperialBits = ["1/2 in", "1/4 in", "1/8 in", "1/16 in", "1/32 in"];
const metricBits = ["10 mm", "8 mm", "6 mm", "3 mm"];
export let open;
@@ -273,7 +273,7 @@
>
<Title id="probe-dialog-title">Probing {probeType?.toUpperCase()}</Title>
<Content id="probe-dialog-content">
<Content id="probe-dialog-content" style="overflow: visible;">
<div class="steps">
<p><b>Step {steps.indexOf(currentStep) + 1} of {steps.length}</b></p>
<ul>