diff options
author | McCabe Maxsted | 2009-06-07 23:14:43 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-06-07 23:14:43 -0700 |
commit | e0a70bea805cf07b92efabca15ffe56a777f90ac (patch) | |
tree | 2c93d38e210832e737d09cff7561373d8d5453b2 /linden/indra/newview/skins/default/xui/en-us/floater_beacons.xml | |
parent | 1.1 version final (diff) | |
parent | Merge branch 'sl-base-1.22' into next (diff) | |
download | meta-impy-e0a70bea805cf07b92efabca15ffe56a777f90ac.zip meta-impy-e0a70bea805cf07b92efabca15ffe56a777f90ac.tar.gz meta-impy-e0a70bea805cf07b92efabca15ffe56a777f90ac.tar.bz2 meta-impy-e0a70bea805cf07b92efabca15ffe56a777f90ac.tar.xz |
Moved base up to 1.22
Diffstat (limited to 'linden/indra/newview/skins/default/xui/en-us/floater_beacons.xml')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_beacons.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_beacons.xml b/linden/indra/newview/skins/default/xui/en-us/floater_beacons.xml new file mode 100644 index 0000000..e698878 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/floater_beacons.xml | |||
@@ -0,0 +1,24 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="false" | ||
3 | width="250" height="225" | ||
4 | name="beacons" title="Beacons" | ||
5 | rect_control="FloaterBeaconsRect" control_name="BeaconsEnabled"> | ||
6 | <panel bottom="10" follows="left|top|right|bottom" left="10" width="230" height="200" name="beacons_panel"> | ||
7 | <check_box bottom_delta="-33" follows="left|top" left="0" name="touch_only" label="Scripted Objects with Touch Only" control_name="scripttouchbeacon" /> | ||
8 | <check_box bottom_delta="-20" follows="left|top" left="0" name="scripted" label="Scripted Objects" control_name="scriptsbeacon" /> | ||
9 | <check_box bottom_delta="-20" follows="left|top" left="0" name="physical" label="Physical Objects" control_name="physicalbeacon" /> | ||
10 | <check_box bottom_delta="-20" follows="left|top" left="0" name="sounds" label="Sound Sources" control_name="soundsbeacon" /> | ||
11 | <check_box bottom_delta="-20" follows="left|top" left="0" name="particles" label="Particle Sources" control_name="particlesbeacon" /> | ||
12 | <check_box bottom_delta="-20" follows="left|top" left="0" name="highlights" label="Render Highlights" control_name="renderhighlights" /> | ||
13 | <check_box bottom_delta="-20" follows="left|top" left="0" name="beacons" label="Render Beacons" control_name="renderbeacons" /> | ||
14 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
15 | bottom_delta="-30" drop_shadow_visible="true" enabled="true" follows="left|top" | ||
16 | font="SansSerifSmall" h_pad="0" halign="left" height="12" left="5" | ||
17 | mouse_opaque="true" name="beacon_width_label" v_pad="0" width="128"> | ||
18 | Beacon Width: | ||
19 | </text> | ||
20 | <slider bottom_delta="-20" can_edit_text="false" enabled="true" width="185" height="16" mouse_opaque="true" | ||
21 | decimal_digits="0" increment="1" initial_val="1" left="30" min_val="1.0" max_val="16.0" | ||
22 | name="beacon_width" show_text="true" value="1" control_name="DebugBeaconLineWidth"/> | ||
23 | </panel> | ||
24 | </floater> | ||