mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 17:03:43 +02:00
Moved can-cast-shadow checkbox to behaviour section.
This commit is contained in:
parent
dbf1be5de3
commit
05e9aa52c9
1 changed files with 4 additions and 4 deletions
|
@ -61,10 +61,6 @@
|
|||
<option value="Quad">Quad</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="can-cast-shadow-section property checkbox">
|
||||
<input type="checkbox" id="property-can-cast-shadow">
|
||||
<label for="property-can-cast-shadow">Can cast shadow</label>
|
||||
</div>
|
||||
<div class="property text">
|
||||
<label for="property-name">Name</label>
|
||||
<input type="text" id="property-name">
|
||||
|
@ -317,6 +313,10 @@
|
|||
<label>ID:</label>
|
||||
<input type="text" id="property-id" readonly>
|
||||
</div>
|
||||
<div class="property checkbox">
|
||||
<input type="checkbox" id="property-can-cast-shadow">
|
||||
<label for="property-can-cast-shadow">Can cast shadow</label>
|
||||
</div>
|
||||
|
||||
<fieldset class="minor">
|
||||
<div class="behavior-group property url ">
|
||||
|
|
Loading…
Reference in a new issue