PageRenderTime 25ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 64 lines | 64 code | 0 blank | 0 comment | 0 complexity | 895f232ba4005f3077f3ee51f1dcd36c 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="teleport_history_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_Landmark"
  34. layout="topleft"
  35. left="0"
  36. name="landmark_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="region"
  47. text_color="white"
  48. top="4"
  49. value="..."
  50. width="330" />
  51. <button
  52. follows="right"
  53. height="20"
  54. image_overlay="ForwardArrow_Off"
  55. layout="topleft"
  56. left_pad="5"
  57. right="-3"
  58. name="profile_btn"
  59. tab_stop="false"
  60. tool_tip="Show item info"
  61. top="1"
  62. visible="false"
  63. width="20" />
  64. </panel>