Move the Invert Controls checkboxes to the bottom of the settings dialog
Also replace my tabs with space. We're doing spaces instead of tabs now? Maybe just for html.
This commit is contained in:
parent
8d78104be8
commit
2afd715f77
1 changed files with 14 additions and 14 deletions
|
|
@ -183,20 +183,6 @@
|
|||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<div class="controls">
|
||||
Invert controls
|
||||
<label class="checkbox">
|
||||
<input type="checkbox" data-bind="checked: feature_invertX" id="settings-featureInvertX"> X axis
|
||||
</label>
|
||||
<label class="checkbox">
|
||||
<input type="checkbox" data-bind="checked: feature_invertY" id="settings-featureInvertY"> Y axis
|
||||
</label>
|
||||
<label class="checkbox">
|
||||
<input type="checkbox" data-bind="checked: feature_invertZ" id="settings-featureInvertZ"> Z axis
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<div class="controls">
|
||||
<label class="checkbox">
|
||||
|
|
@ -225,6 +211,20 @@
|
|||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<div class="controls">
|
||||
Invert controls
|
||||
<label class="checkbox">
|
||||
<input type="checkbox" data-bind="checked: feature_invertX" id="settings-featureInvertX"> X axis
|
||||
</label>
|
||||
<label class="checkbox">
|
||||
<input type="checkbox" data-bind="checked: feature_invertY" id="settings-featureInvertY"> Y axis
|
||||
</label>
|
||||
<label class="checkbox">
|
||||
<input type="checkbox" data-bind="checked: feature_invertZ" id="settings-featureInvertZ"> Z axis
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<div class="tab-pane" id="settings_folder">
|
||||
|
|
|
|||
Loading…
Reference in a new issue