mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Update entityProperties checkboxes to be inlined
This commit is contained in:
parent
ad33bf0dfb
commit
dc503ac068
1 changed files with 18 additions and 18 deletions
|
@ -517,17 +517,17 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="property">
|
||||
<div class="label">Locked</div>
|
||||
<div class="value">
|
||||
<span class="label">Locked</span>
|
||||
<span class="value">
|
||||
<input type='checkbox' id="property-locked">
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="property">
|
||||
<div class="label">Visible</div>
|
||||
<div class="value">
|
||||
<span class="label">Visible</span>
|
||||
<span class="value">
|
||||
<input type='checkbox' id="property-visible">
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="property">
|
||||
|
@ -625,17 +625,17 @@
|
|||
</div>
|
||||
|
||||
<div class="property">
|
||||
<div class="label">Ignore For Collisions</div>
|
||||
<div class="value">
|
||||
<span class="label">Ignore For Collisions</span>
|
||||
<span class="value">
|
||||
<input type='checkbox' id="property-ignore-for-collisions"></input>
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="property">
|
||||
<div class="label">Collisions Will Move</div>
|
||||
<div class="value">
|
||||
<span class="label">Collisions Will Move</span>
|
||||
<span class="value">
|
||||
<input type='checkbox' id="property-collisions-will-move"></input>
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="property">
|
||||
|
@ -690,10 +690,10 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="model-section property">
|
||||
<div class="label">Animation Playing</div>
|
||||
<div class="value">
|
||||
<span class="label">Animation Playing</span>
|
||||
<span class="value">
|
||||
<input type='checkbox' id="property-model-animation-playing">
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
<div class="model-section property">
|
||||
<div class="label">Animation FPS</div>
|
||||
|
@ -768,10 +768,10 @@
|
|||
</div>
|
||||
|
||||
<div class="light-section property">
|
||||
<div class="label">Spot Light</div>
|
||||
<div class="value">
|
||||
<span class="label">Spot Light</span>
|
||||
<span class="value">
|
||||
<input type='checkbox' id="property-light-spot-light">
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
<div class="light-section property">
|
||||
<div class="label">Color</div>
|
||||
|
|
Loading…
Reference in a new issue