PageRenderTime 34ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 105 lines | 105 code | 0 blank | 0 comment | 0 complexity | 68743fa99545c7b0b776362bd1580abd MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. follows="top|right|left"
  4. height="23"
  5. layout="topleft"
  6. left="0"
  7. name="wearable_item"
  8. top="0"
  9. width="380">
  10. <icon
  11. follows="top|right|left"
  12. height="22"
  13. image_name="ListItem_Over"
  14. layout="topleft"
  15. left="0"
  16. name="hovered_icon"
  17. top="1"
  18. visible="false"
  19. width="380" />
  20. <icon
  21. height="22"
  22. follows="top|right|left"
  23. image_name="ListItem_Select"
  24. layout="topleft"
  25. left="0"
  26. name="selected_icon"
  27. top="1"
  28. visible="false"
  29. width="380" />
  30. <icon
  31. height="16"
  32. follows="top|left"
  33. image_name="Inv_Object"
  34. layout="topleft"
  35. left="0"
  36. name="item_icon"
  37. top="2"
  38. width="16" />
  39. <text
  40. follows="left|right"
  41. height="16"
  42. layout="topleft"
  43. left_pad="5"
  44. parse_urls="false"
  45. use_ellipses="true"
  46. name="item_name"
  47. text_color="white"
  48. top="5"
  49. value="..."
  50. width="359" />
  51. <panel
  52. background_visible="false"
  53. name="btn_lock"
  54. layout="topleft"
  55. follows="top|right"
  56. top="0"
  57. left="0"
  58. height="23"
  59. width="23"
  60. tab_stop="false"
  61. tool_tip="You don't have permission to edit">
  62. <icon
  63. name="btn_lock1"
  64. layout="topleft"
  65. follows="top|right"
  66. image_name="Locked_Icon"
  67. top="2"
  68. left="5"
  69. height="13"
  70. width="9"
  71. tab_stop="false" />
  72. </panel>
  73. <panel
  74. background_visible="false"
  75. name="btn_edit_panel"
  76. layout="topleft"
  77. follows="top|right"
  78. top="1"
  79. left_pad="3"
  80. height="23"
  81. width="26"
  82. tab_stop="false">
  83. <button
  84. name="btn_edit"
  85. layout="topleft"
  86. follows="top|right"
  87. image_overlay="Edit_Wrench"
  88. top="0"
  89. left="0"
  90. height="23"
  91. width="23"
  92. tab_stop="false"
  93. tool_tip="Edit this shape"/>
  94. </panel>
  95. <icon
  96. follows="left|right|top"
  97. height="3"
  98. image_name="Wearables_Divider"
  99. layout="bottomleft"
  100. left="0"
  101. name="wearable_type_separator_icon"
  102. top="0"
  103. visible="true"
  104. width="380"/>
  105. </panel>