Increase the probe button text size

This commit is contained in:
David Carley
2021-03-07 22:50:46 -08:00
parent 1f8a743f65
commit afbff91aca

View File

@@ -311,8 +311,6 @@ script#control-view-template(type="text/x-template")
label {{(progress || 0) | percent}}
.bar(:style="'width:' + (progress || 0) * 100 + '%'")
tr
td(style="white-space: nowrap;text-align:center")
message(:show.sync=`show_probe_test_modal`)
h3(slot="header") Test probe connection
@@ -360,6 +358,7 @@ script#control-view-template(type="text/x-template")
button.pure-button.button-success(@click=`state.show_probe_complete_modal = false`)
| Done
td.control-buttons(style="white-space: nowrap;text-align:center")
button(:class="state['pw'] ? '' : 'load-on'",
style="height:100px;width:200px",
@click=`start_probe_test(() => { show_tool_diameter_modal = true })`)