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

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

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <floater
  3. legacy_header_height="18"
  4. can_resize="true"
  5. height="570"
  6. layout="topleft"
  7. min_height="271"
  8. min_width="290"
  9. name="preview lsl text"
  10. help_topic="preview_lsl_text"
  11. save_rect="true"
  12. title="SCRIPT: ROTATION SCRIPT"
  13. width="508">
  14. <floater.string
  15. name="Title">
  16. SCRIPT: [NAME]
  17. </floater.string>
  18. <panel
  19. follows="left|top|right|bottom"
  20. height="522"
  21. layout="topleft"
  22. left="10"
  23. name="script panel"
  24. top="42"
  25. width="497" />
  26. <icon
  27. follows="top|right"
  28. height="18"
  29. image_name="Lock"
  30. layout="topleft"
  31. left="426"
  32. mouse_opaque="true"
  33. name="lock"
  34. top="4"
  35. width="18" />
  36. <text
  37. type="string"
  38. length="1"
  39. follows="left|top"
  40. font="SansSerif"
  41. height="19"
  42. layout="topleft"
  43. left="13"
  44. name="desc txt"
  45. top="19"
  46. width="80">
  47. Description:
  48. </text>
  49. <line_editor
  50. border_style="line"
  51. border_thickness="1"
  52. follows="left|top|right"
  53. font="SansSerif"
  54. height="19"
  55. layout="topleft"
  56. left_delta="80"
  57. max_length_bytes="127"
  58. name="desc"
  59. top_delta="0"
  60. width="394" />
  61. </floater>