PageRenderTime 15ms CodeModel.GetById 0ms RepoModel.GetById 1ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 76 lines | 76 code | 0 blank | 0 comment | 0 complexity | fd7f7f86b89c412f033458e03d100bb2 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="190"
  5. layout="topleft"
  6. name="Sound Preview"
  7. help_topic="sound_preview"
  8. title="SOUND.WAV"
  9. width="300">
  10. <text
  11. type="string"
  12. length="1"
  13. follows="left|top"
  14. height="15"
  15. layout="topleft"
  16. left="10"
  17. mouse_opaque="false"
  18. name="name_label"
  19. top="20"
  20. width="275">
  21. Name:
  22. </text>
  23. <line_editor
  24. border_style="line"
  25. border_thickness="1"
  26. follows="left|top|right"
  27. height="19"
  28. layout="topleft"
  29. left_delta="0"
  30. max_length_bytes="63"
  31. name="name_form"
  32. top_pad="0"
  33. width="280" />
  34. <text
  35. type="string"
  36. length="1"
  37. follows="left|top"
  38. height="15"
  39. layout="topleft"
  40. left_delta="0"
  41. mouse_opaque="false"
  42. name="description_label"
  43. top_pad="10"
  44. width="270">
  45. Description:
  46. </text>
  47. <line_editor
  48. border_style="line"
  49. border_thickness="1"
  50. follows="left|top|right"
  51. height="19"
  52. layout="topleft"
  53. left_delta="0"
  54. max_length_bytes="127"
  55. name="description_form"
  56. top_pad="0"
  57. width="280" />
  58. <button
  59. follows="left|bottom"
  60. height="22"
  61. label="Upload (L$[AMOUNT])"
  62. layout="topleft"
  63. left="45"
  64. name="ok_btn"
  65. top_pad="60"
  66. width="150" />
  67. <button
  68. follows="right|bottom"
  69. height="22"
  70. label="Cancel"
  71. label_selected="Cancel"
  72. layout="topleft"
  73. name="cancel_btn"
  74. left_pad="5"
  75. width="90" />
  76. </floater>