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

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 99 lines | 97 code | 2 blank | 0 comment | 0 complexity | 7bd61ee34f53fcc4c84536ba06fdc242 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. border="true"
  4. follows="top|left"
  5. height="570"
  6. label="MY AVATAR"
  7. layout="topleft"
  8. left="0"
  9. name="script_limits_my_avatar_panel"
  10. top="0"
  11. width="480">
  12. <text
  13. type="string"
  14. length="1"
  15. follows="left|top"
  16. height="16"
  17. layout="topleft"
  18. left="10"
  19. name="script_memory"
  20. top_pad="24"
  21. text_color="White"
  22. width="480">
  23. Avatar Script Usage
  24. </text>
  25. <text
  26. type="string"
  27. length="1"
  28. follows="left|top"
  29. height="16"
  30. layout="topleft"
  31. left="30"
  32. name="memory_used"
  33. top_delta="18"
  34. width="480">
  35. </text>
  36. <text
  37. type="string"
  38. length="1"
  39. follows="left|top"
  40. height="16"
  41. layout="topleft"
  42. left="30"
  43. name="urls_used"
  44. top_delta="18"
  45. width="480">
  46. </text>
  47. <text
  48. type="string"
  49. length="1"
  50. follows="left|top"
  51. height="20"
  52. layout="topleft"
  53. left="10"
  54. name="loading_text"
  55. top="80"
  56. text_color="EmphasisColor"
  57. width="480">
  58. Loading...
  59. </text>
  60. <scroll_list
  61. draw_heading="true"
  62. follows="all"
  63. height="415"
  64. layout="topleft"
  65. left_delta="0"
  66. multi_select="true"
  67. name="scripts_list"
  68. top="100"
  69. width="460">
  70. <scroll_list.columns
  71. label="Size (kb)"
  72. name="size"
  73. width="70" />
  74. <scroll_list.columns
  75. label="URLs"
  76. name="urls"
  77. width="50" />
  78. <scroll_list.columns
  79. label="Object Name"
  80. name="name"
  81. width="140" />
  82. <scroll_list.columns
  83. label="Location"
  84. name="location"
  85. width="130" />
  86. </scroll_list>
  87. <button
  88. follows="bottom|left"
  89. height="19"
  90. label="Refresh List"
  91. layout="bottomleft"
  92. left_pad="5"
  93. name="refresh_list_btn"
  94. top="34"
  95. left="10"
  96. width="100" />
  97. </panel>