mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +02:00
CR feedback
This commit is contained in:
parent
39f2241eac
commit
a8d1622481
1 changed files with 4 additions and 4 deletions
|
@ -1349,13 +1349,13 @@
|
|||
<div class="model-section property">
|
||||
<div class="label">Textures</div>
|
||||
<div class="value">
|
||||
<textarea id="property-model-textures" value='asdfasdf'></textarea>
|
||||
<textarea id="property-model-textures" value=''></textarea>
|
||||
</div>
|
||||
</div>
|
||||
<div class="model-section property">
|
||||
<div class="label">Original Textures</div>
|
||||
<div class="value">
|
||||
<textarea id="property-model-original-textures" readonly value='asdfasdf'></textarea>
|
||||
<textarea id="property-model-original-textures" readonly value=''></textarea>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -1403,13 +1403,13 @@
|
|||
<div class="particle-section property">
|
||||
<div class="label">Particle Radius</div>
|
||||
<div class="value">
|
||||
<input class="coord" type='number' id="property-particle-radius" min="0" step="0.005">
|
||||
<input class="coord" type='number' id="property-particle-radius" min="0" step="0.005">
|
||||
</div>
|
||||
</div>
|
||||
<div class="particle-section property">
|
||||
<div class="label">Textures</div>
|
||||
<div class="value">
|
||||
<textarea id="property-particle-textures" value='asdfasdf'></textarea>
|
||||
<textarea id="property-particle-textures" value=''></textarea>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue