PageRenderTime 119ms CodeModel.GetById 0ms RepoModel.GetById 1ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 43 lines | 43 code | 0 blank | 0 comment | 0 complexity | 0280b0d52a1125ee38cc30fa34844599 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <deletable_wearable_list_item
  3. follows="top|right|left"
  4. height="23"
  5. layout="topleft"
  6. left="0"
  7. name="deletable_wearable_item"
  8. bottom="0"
  9. width="380">
  10. <delete_btn
  11. name="btn_delete"
  12. layout="topleft"
  13. follows="top|left"
  14. image_unselected="Toast_CloseBtn"
  15. image_selected="Toast_CloseBtn"
  16. top="3"
  17. left="0"
  18. height="18"
  19. width="18"
  20. tab_stop="false"
  21. tool_tip="Remove from outfit"/>
  22. <item_icon
  23. height="16"
  24. follows="top|left"
  25. image_name="Inv_Object"
  26. layout="topleft"
  27. left="24"
  28. name="item_icon"
  29. top="2"
  30. width="16" />
  31. <item_name
  32. follows="left|right"
  33. height="16"
  34. layout="topleft"
  35. left="45"
  36. parse_urls="false"
  37. use_ellipses="true"
  38. name="item_name"
  39. text_color="white"
  40. top="5"
  41. value="..."
  42. width="359" />
  43. </deletable_wearable_list_item>