diff options
author | Robin Cornelius <none@none> | 2011-02-23 15:50:55 -0500 |
---|---|---|
committer | Robin Cornelius <none@none> | 2011-02-23 15:50:55 -0500 |
commit | 668307e4e3b59ac4f4f955aa0d36183c361352b8 (patch) | |
tree | 28cd51eee538f2e2e3c3a3e0bef4236690a8011a /indra/newview/skins | |
parent | 609c70eb5a48389bef1ad33358774764ee9615e2 (diff) |
STORM-1019 Add ability to display beacons for Media on a Prim objects
Changes merged into viewer 2 by Jonathan Yap
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_beacons.xml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_beacons.xml b/indra/newview/skins/default/xui/en/floater_beacons.xml index 4fc2b698d8..3d29356b22 100644 --- a/indra/newview/skins/default/xui/en/floater_beacons.xml +++ b/indra/newview/skins/default/xui/en/floater_beacons.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8" standalone="yes" ?> <floater legacy_header_height="18" - height="225" + height="245" layout="topleft" name="beacons" help_topic="beacons" @@ -12,7 +12,7 @@ width="240"> <panel follows="left|top|right|bottom" - height="200" + height="240" layout="topleft" left="10" name="beacons_panel" @@ -133,6 +133,16 @@ <check_box.commit_callback function="Beacons.UICheck" /> </check_box> + <check_box + control_name="moapbeacon" + height="16" + left="0" + label="Media sources" + layout="topleft" + name="moapbeacon" > + <check_box.commit_callback + function="Beacons.UICheck" /> + </check_box> </panel> </floater> |