PageRenderTime 30ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 70 lines | 70 code | 0 blank | 0 comment | 0 complexity | 04521a3185e1b2214735a9168c1f13ee MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel_camera_item
  3. background_visible="false"
  4. height="30"
  5. layout="topleft"
  6. width="212">
  7. <panel_camera_item.icon_over
  8. follows="top|left"
  9. height="30"
  10. image_name="ListItem_Over"
  11. left="0"
  12. mouse_opaque="false"
  13. layout="topleft"
  14. name="hovered_icon"
  15. top="30"
  16. scale_image="true"
  17. visible="false"
  18. width="212" />
  19. <panel_camera_item.icon_selected
  20. follows="top|left"
  21. height="30"
  22. image_name="ListItem_Select"
  23. layout="topleft"
  24. left="0"
  25. mouse_opaque="false"
  26. name="selected_icon"
  27. top="30"
  28. scale_image="true"
  29. visible="false"
  30. width="212" />
  31. <panel_camera_item.picture
  32. follows="top|left"
  33. height="30"
  34. image_name="Icon_For_Sale"
  35. layout="topleft"
  36. left="0"
  37. mouse_opaque="false"
  38. name="picture"
  39. tab_stop="false"
  40. top="30"
  41. top_pad="10"
  42. width="30" />
  43. <panel_camera_item.selected_picture
  44. follows="top|left"
  45. height="30"
  46. image_name="Cam_Rotate_In"
  47. layout="topleft"
  48. left="0"
  49. mouse_opaque="false"
  50. name="selected_picture"
  51. tab_stop="false"
  52. top="30"
  53. top_pad="8"
  54. visible="false"
  55. width="30" />
  56. <panel_camera_item.text
  57. follows="top|left|right"
  58. font="SansSerifMedium"
  59. height="15"
  60. layout="topleft"
  61. left ="38"
  62. name="picture_name"
  63. text_color="white"
  64. top="21"
  65. use_ellipses="true"
  66. width="170"
  67. word_wrap="false" >
  68. Text
  69. </panel_camera_item.text>
  70. </panel_camera_item>