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

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 54 lines | 54 code | 0 blank | 0 comment | 0 complexity | 73ef8c9a1ea7ba3cf33aeef245b91f0a MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. background_visible="true"
  4. bg_alpha_color="DkGray"
  5. follows="all"
  6. height="430"
  7. layout="topleft"
  8. left="0"
  9. name="Wearing"
  10. top="0"
  11. width="312">
  12. <wearable_items_list
  13. follows="all"
  14. height="400"
  15. layout="topleft"
  16. left="3"
  17. multi_select="true"
  18. name="cof_items_list"
  19. standalone="false"
  20. top="0"
  21. width="309"
  22. worn_indication_enabled="false" />
  23. <panel
  24. background_visible="true"
  25. follows="bottom|left|right"
  26. height="28"
  27. layout="topleft"
  28. left="4"
  29. name="bottom_panel"
  30. top_pad="0"
  31. width="312">
  32. <menu_button
  33. follows="bottom|left"
  34. height="25"
  35. image_hover_unselected="Toolbar_Left_Over"
  36. image_overlay="OptionsMenu_Off"
  37. image_selected="Toolbar_Left_Selected"
  38. image_unselected="Toolbar_Left_Off"
  39. layout="topleft"
  40. left="0"
  41. name="options_gear_btn"
  42. tool_tip="Show additional options"
  43. top="1"
  44. width="31" />
  45. <icon
  46. follows="bottom|left|right"
  47. height="25"
  48. image_name="Toolbar_Right_Off"
  49. layout="topleft"
  50. left_pad="1"
  51. name="dummy_icon"
  52. width="274" />
  53. </panel>
  54. </panel>