Remove z key invert option
More space between invert options and Zero button Rename Step Size to Keyboard Step Size
This commit is contained in:
parent
5edf15ca7a
commit
772a4c4301
1 changed files with 2 additions and 10 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
<li>
|
<li>
|
||||||
<a class="uk-accordion-title" href="#">Configure</a>
|
<a class="uk-accordion-title" href="#">Configure</a>
|
||||||
<div class="uk-accordion-content">
|
<div class="uk-accordion-content">
|
||||||
<b>Step Size</b>
|
<b>Keyboard Step Size</b>
|
||||||
<div class="uk-grid-small uk-child-width-1-3" uk-grid>
|
<div class="uk-grid-small uk-child-width-1-3" uk-grid>
|
||||||
<div>
|
<div>
|
||||||
<label class="uk-form-label" for="form-stacked-text">x</label>
|
<label class="uk-form-label" for="form-stacked-text">x</label>
|
||||||
|
|
@ -57,17 +57,9 @@
|
||||||
name="inputStepZz"
|
name="inputStepZz"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<label
|
|
||||||
><input
|
|
||||||
v-model="invert.z"
|
|
||||||
class="uk-checkbox"
|
|
||||||
type="checkbox"
|
|
||||||
/>
|
|
||||||
Invert z</label
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<br>
|
||||||
<action-button
|
<action-button
|
||||||
thing="stage"
|
thing="stage"
|
||||||
action="set_zero_position"
|
action="set_zero_position"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue