PageRenderTime 28ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 61 lines | 60 code | 1 blank | 0 comment | 0 complexity | 094d518e8275ebd38f2f1ec84b8c7bff MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <floater
  3. legacy_header_height="18"
  4. height="85"
  5. layout="topleft"
  6. name="preview_sound"
  7. help_topic="preview_sound"
  8. width="280">
  9. <floater.string
  10. name="Title">
  11. Sound: [NAME]
  12. </floater.string>
  13. <text
  14. type="string"
  15. length="1"
  16. follows="left|top"
  17. font="SansSerif"
  18. height="19"
  19. layout="topleft"
  20. left="10"
  21. top="22"
  22. name="desc txt"
  23. width="90">
  24. Description:
  25. </text>
  26. <line_editor
  27. border_style="line"
  28. border_thickness="1"
  29. follows="left|top|right"
  30. font="SansSerif"
  31. height="19"
  32. layout="topleft"
  33. left_pad="0"
  34. max_length_bytes="127"
  35. name="desc"
  36. width="170" />
  37. <button
  38. follows="left|top"
  39. height="22"
  40. label="Play Inworld"
  41. label_selected="Play Inworld"
  42. layout="topleft"
  43. name="Sound play btn"
  44. sound_flags="0"
  45. top="55"
  46. left="10"
  47. tool_tip="Play this sound so that others can hear it"
  48. width="125" />
  49. <button
  50. follows="left|top"
  51. height="22"
  52. label="Play Locally"
  53. label_selected="Play Locally"
  54. layout="topleft"
  55. name="Sound audition btn"
  56. sound_flags="0"
  57. tool_tip="Play this sound so that only you can hear it"
  58. left_pad="10"
  59. width="125" />
  60. </floater>