PageRenderTime 33ms CodeModel.GetById 2ms RepoModel.GetById 1ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 51 lines | 51 code | 0 blank | 0 comment | 0 complexity | bee517883d08fc834738b7b94eca8b7a 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="20"
  5. layout="topleft"
  6. left="0"
  7. name="inventory_item"
  8. top="0"
  9. width="380">
  10. <icon
  11. follows="top|right|left"
  12. height="20"
  13. image_name="ListItem_Over"
  14. layout="topleft"
  15. left="0"
  16. name="hovered_icon"
  17. top="0"
  18. visible="false"
  19. width="380" />
  20. <icon
  21. height="20"
  22. follows="top|right|left"
  23. image_name="ListItem_Select"
  24. layout="topleft"
  25. left="0"
  26. name="selected_icon"
  27. top="0"
  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="0"
  38. width="16" />
  39. <text
  40. follows="left|right"
  41. height="20"
  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="4"
  49. value="..."
  50. width="359" />
  51. </panel>