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

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 58 lines | 58 code | 0 blank | 0 comment | 0 complexity | 0a05e1b5be1d5afa844cacb66959d6a0 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_anim"
  7. help_topic="preview_anim"
  8. width="280">
  9. <floater.string
  10. name="Title">
  11. Animation: [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. name="desc txt"
  22. top="25"
  23. width="80">
  24. Description:
  25. </text>
  26. <line_editor
  27. border_style="line"
  28. border_thickness="1"
  29. follows="left|top|right"
  30. font="SansSerifSmall"
  31. height="19"
  32. layout="topleft"
  33. left_delta="95"
  34. max_length_bytes="127"
  35. name="desc"
  36. top="19"
  37. width="170" />
  38. <button
  39. height="20"
  40. label="Play Inworld"
  41. label_selected="Stop"
  42. layout="topleft"
  43. left="10"
  44. name="Anim play btn"
  45. tool_tip="Play this animation so that others can see it"
  46. top="47"
  47. width="125" />
  48. <button
  49. height="20"
  50. label="Play Locally"
  51. label_selected="Stop"
  52. layout="topleft"
  53. left_pad="5"
  54. name="Anim audition btn"
  55. tool_tip="Play this animation so that only you can see it"
  56. top_delta="0"
  57. width="125" />
  58. </floater>