Converted 'Background Blend' control to a slider.

This commit is contained in:
Nissim Hadar 2017-11-08 15:41:24 -08:00
parent 650df24761
commit c1b5d00993

View file

@ -587,8 +587,8 @@
<div class="tuple">
<div>
<br>
<label>Background Blend<span class="unit"></span></label>
<input type="number" id="property-zone-haze-background-blend" min="0.0" max="1.0" step="0.01">
<span style="padding-right: 1em"><label>Background Blend</label></span>
<input type="range" class="slider" id="property-zone-haze-background-blend" min="0.0" max="1.0" step="0.01" value="0.0">
</div>
</div>
</fieldset>