/indra/newview/skins/default/xui/en/floater_sound_devices.xml

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 48 lines · 48 code · 0 blank · 0 comment · 0 complexity · 05dce9347dea17f7bd0960c2079f88d9 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <floater
  3. border_visible="false"
  4. border="false"
  5. legacy_header_height="18"
  6. can_minimize="true"
  7. can_resize="false"
  8. can_close="false"
  9. chrome="true"
  10. save_dock_state="true"
  11. save_visibility="true"
  12. save_rect="true"
  13. single_instance="true"
  14. bevel_style="in"
  15. height="164"
  16. layout="topleft"
  17. name="floater_sound_devices"
  18. title="SOUND DEVICES"
  19. width="490">
  20. <panel
  21. layout="topleft"
  22. follows="all"
  23. filename="panel_sound_devices.xml"
  24. name="device_settings_panel"
  25. width="400"
  26. left="10"
  27. top="26"
  28. class="panel_voice_device_settings"/>
  29. <text
  30. name="voice_label"
  31. top="136"
  32. left="12"
  33. height="14"
  34. width="80"
  35. layout="topleft"
  36. >Voice Chat</text>
  37. <check_box
  38. layout="topleft"
  39. control_name="EnableVoiceChat"
  40. follows="bottom|left"
  41. top="138"
  42. left="80"
  43. name="enable_voice"
  44. width="100"
  45. height="14"
  46. label="Enabled"
  47. />
  48. </floater>