diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-06-30 10:56:12 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-06-30 10:56:12 -0400 |
commit | d2c33f655a204192b9a3058f29e39afa6a9c41d5 (patch) | |
tree | 34816ac791a4fe61706566912fd7aeeffb033eb2 /indra/newview/skins/default/xui/en/panel_outfits_wearing.xml | |
parent | 125b789239b5adb5f810b3586a95f5d5f8a17c40 (diff) | |
parent | 6545a34dcd2562e4438cccb9b87c555d0709c83d (diff) |
merge
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_outfits_wearing.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_outfits_wearing.xml | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_outfits_wearing.xml b/indra/newview/skins/default/xui/en/panel_outfits_wearing.xml new file mode 100644 index 0000000000..2fbbf6610c --- /dev/null +++ b/indra/newview/skins/default/xui/en/panel_outfits_wearing.xml @@ -0,0 +1,54 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<panel + background_visible="true" + bg_alpha_color="DkGray" + follows="all" + height="430" + layout="topleft" + left="0" + name="Wearing" + top="0" + width="312"> + <wearable_items_list + follows="all" + height="400" + layout="topleft" + left="3" + multi_select="true" + name="cof_items_list" + standalone="false" + top="0" + width="309" + worn_indication_enabled="false" /> + <panel + background_visible="true" + follows="bottom|left|right" + height="28" + layout="topleft" + left="4" + name="bottom_panel" + top_pad="0" + width="312"> + <button + follows="bottom|left" + height="25" + image_hover_unselected="Toolbar_Left_Over" + image_overlay="OptionsMenu_Off" + image_selected="Toolbar_Left_Selected" + image_unselected="Toolbar_Left_Off" + layout="topleft" + left="0" + name="options_gear_btn" + tool_tip="Show additional options" + top="1" + width="31" /> + <icon + follows="bottom|left|right" + height="25" + image_name="Toolbar_Right_Off" + layout="topleft" + left_pad="1" + name="dummy_icon" + width="274" /> + </panel> +</panel> |