mirror of
https://github.com/overte-org/overte.git
synced 2025-04-12 10:42:10 +02:00
Converted 'Background Blend' control to a slider.
This commit is contained in:
parent
650df24761
commit
c1b5d00993
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue