/indra/newview/skins/default/xui/en/widgets/bodyparts_list_item.xml

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

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <bodyparts_list_item
  3. follows="top|right|left"
  4. height="23"
  5. layout="topleft"
  6. left="0"
  7. name="wearable_item"
  8. bottom="0"
  9. width="380">
  10. <item_icon
  11. height="16"
  12. follows="top|left"
  13. image_name="Inv_Object"
  14. layout="topleft"
  15. left="0"
  16. name="item_icon"
  17. top="2"
  18. width="16" />
  19. <item_name
  20. follows="left|right"
  21. height="16"
  22. layout="topleft"
  23. left="21"
  24. parse_urls="false"
  25. use_ellipses="true"
  26. name="item_name"
  27. text_color="white"
  28. top="5"
  29. value="..."
  30. width="359" />
  31. <lock_panel
  32. background_visible="false"
  33. name="btn_lock"
  34. layout="topleft"
  35. follows="top|right"
  36. top="0"
  37. left="0"
  38. height="23"
  39. width="23"
  40. tab_stop="false"
  41. tool_tip="You don't have permission to edit"/>
  42. <lock_icon
  43. name="btn_lock1"
  44. layout="topleft"
  45. follows="top|right"
  46. image_name="Locked_Icon"
  47. top="2"
  48. left="5"
  49. height="13"
  50. width="9"
  51. tab_stop="false" />
  52. <edit_panel
  53. background_visible="false"
  54. name="btn_edit_panel"
  55. layout="topleft"
  56. follows="top|right"
  57. top="1"
  58. left="17"
  59. height="23"
  60. width="26"
  61. tab_stop="false"/>
  62. <edit_btn
  63. name="btn_edit"
  64. layout="topleft"
  65. follows="top|right"
  66. image_overlay="Edit_Wrench"
  67. top="0"
  68. left="0"
  69. height="23"
  70. width="23"
  71. tab_stop="false"
  72. tool_tip="Edit this shape"/>
  73. </bodyparts_list_item>