Tiny change to presets for range node - more useful example irl.

This commit is contained in:
Dave C-J 2014-03-11 16:38:52 +00:00
parent d5ad113d1b
commit d87cc471a0
1 changed files with 2 additions and 2 deletions

View File

@ -19,13 +19,13 @@
Re-map input values between<br/>
<input type="text" id="node-input-minin" placeholder="0" style="width:35%;"/>
and
<input type="text" id="node-input-maxin" placeholder="256" style="width:35%;"/>
<input type="text" id="node-input-maxin" placeholder="99" style="width:35%;"/>
</div>
<div class="form-row">
to be between<br/>
<input type="text" id="node-input-minout" placeholder="0" style="width:35%;"/>
and
<input type="text" id="node-input-maxout" placeholder="100" style="width:35%;"/>
<input type="text" id="node-input-maxout" placeholder="255" style="width:35%;"/>
</div>
<div class="form-row">
and <select id="node-input-action" style="width:90%; margin-right:5px;">