PageRenderTime 33ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 63 lines | 63 code | 0 blank | 0 comment | 0 complexity | 715078793b3d6fa7cb5a7e13a6e18537 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. can_resize="true"
  5. height="400"
  6. layout="topleft"
  7. min_height="271"
  8. min_width="350"
  9. name="script ed float"
  10. help_topic="lsl_reference"
  11. save_rect="true"
  12. title="LSL REFERENCE"
  13. width="370">
  14. <check_box
  15. follows="top|left"
  16. font="SansSerif"
  17. halign="center"
  18. height="20"
  19. label="Follow cursor"
  20. layout="topleft"
  21. left="10"
  22. name="lock_check"
  23. top="25"
  24. width="60" />
  25. <combo_box
  26. allow_text_entry="true"
  27. follows="top|left|right"
  28. font="SansSerif"
  29. halign="center"
  30. height="20"
  31. label="Lock"
  32. layout="topleft"
  33. left_pad="40"
  34. name="history_combo"
  35. top_delta="0"
  36. width="90" />
  37. <button
  38. follows="top|right"
  39. height="20"
  40. label="Back"
  41. layout="topleft"
  42. left_pad="5"
  43. name="back_btn"
  44. top_delta="0"
  45. width="70" />
  46. <button
  47. follows="top|right"
  48. height="20"
  49. label="Forward"
  50. layout="topleft"
  51. left_pad="5"
  52. name="fwd_btn"
  53. top_delta="0"
  54. width="70" />
  55. <web_browser
  56. bottom="390"
  57. follows="left|right|top|bottom"
  58. layout="topleft"
  59. left="10"
  60. name="lsl_guide_html"
  61. right="-10"
  62. top="50" />
  63. </floater>