diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-11-13 19:43:48 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-11-13 19:43:48 -0500 |
| commit | b3f8d220c650482b117d6577b85bd7ef07e533df (patch) | |
| tree | bdb18902bda50f9849987c62f80c37cab17372d1 /views/controls/builder/info.ejs | |
| parent | 4890fff475507059328e8cfd1e44fc5179edbaf4 (diff) | |
| parent | f649c04d1e9d5f18f4f9e8bdaf4f8a2c336e984c (diff) | |
merge
Diffstat (limited to 'views/controls/builder/info.ejs')
| -rw-r--r-- | views/controls/builder/info.ejs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/controls/builder/info.ejs b/views/controls/builder/info.ejs index 2762207..8a0e0d5 100644 --- a/views/controls/builder/info.ejs +++ b/views/controls/builder/info.ejs @@ -20,6 +20,8 @@ <div class="setting number twoline"> <label for="room-height">ceiling height</label> <input type="text" class="units" name="height" id="room-height"> + <label for="room-height-global" id="room-height-global-label">global?</label> + <input type="checkbox" name="heightGlobal" id="room-height-global"> </div> <div class="setting number halflines"> <label for="room-x">x</label> |
