diff options
Diffstat (limited to 'indra/newview/skins/default/xui/en/sidepanel_appearance.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/sidepanel_appearance.xml | 164 |
1 files changed, 164 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/sidepanel_appearance.xml b/indra/newview/skins/default/xui/en/sidepanel_appearance.xml new file mode 100644 index 0000000000..b5839878d5 --- /dev/null +++ b/indra/newview/skins/default/xui/en/sidepanel_appearance.xml @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<panel +background_visible="true" +default_tab_group="1" +follows="all" +height="570" +label="Outfits" +layout="topleft" +min_height="350" +min_width="240" +name="appearance panel" +top="0" +left="0" +width="333"> + <string + name="No Outfit" + value="No Outfit" /> + <string + name="Unsaved Changes" + value="Unsaved changes" /> + <string + name="Now Wearing" + value="Now wearing..." /> + <string + name="Changing outfits" + value="Changing outfits" /> + <panel + background_opaque="true" + background_visible="true" + bg_opaque_color="DkGray2" + left="10" + top="5" + follows="left|top|right" + layout="topleft" + width="303" + height="33" + name="panel_currentlook" + > + <button + follows="left|top" + left="205" top="7" width="20" height="20" + label="E" + layout="topleft" + name="editappearance_btn" + visible="false" /> + <button + follows="left|top" + left="235" top="7" width="20" height="20" + label="O" + layout="topleft" + name="openoutfit_btn" + visible="false" /> + <icon + follows="top|left" + height="31" + image_name="Shirt_Large" + name="outfit_icon" + mouse_opaque="false" + visible="true" + left="1" + top="0" + width="31" /> + <text + font="SansSerifSmall" + text_color="EmphasisColor" + width="300" + height="10" + follows="top|left|right" + layout="topleft" + left="35" + top="3" + mouse_opaque="false" + name="currentlook_status" > + (Status) + </text> + <text + font="SansSerifLargeBold" + height="20" + left="35" + parse_urls="false" + text_color="White" + top="15" + use_ellipses="true" + width="230" + follows="top|left|right" + word_wrap="false" + mouse_opaque="false" + name="currentlook_name"> + MyOutfit With a really Long Name like MOOSE + </text> + <button + follows="top|right" + height="28" + image_overlay="Edit_Wrench" + label="" + layout="topleft" + left="265" + name="edit_outfit_btn" + tool_tip="Edit this outfit" + top="3" + width="28" /> + <loading_indicator + follows="top|right" + height="24" + layout="topleft" + left="268" + name="wearables_loading_indicator" + top="6" + width="24" /> + </panel> + <filter_editor + height="23" + follows="left|top|right" + layout="topleft" + left="10" + label="Filter Outfits" + max_length="300" + name="Filter" + search_button_visible="true" + top_pad="10" + width="303" /> + <panel + class="panel_outfits_inventory" + filename="panel_outfits_inventory.xml" + name="panel_outfits_inventory" + height="493" + min_height="410" + width="320" + visible="false" + left="0" + tab_group="1" + top_pad="6" + follows="all" /> + <!-- <button + follows="bottom|left" + height="23" + label="New outfit" + layout="topleft" + left_pad="5" + right="-10" + name="newlook_btn" + width="100" />--> + <panel + class="panel_outfit_edit" + filename="panel_outfit_edit.xml" + height="565" + follows="all" + layout="topleft" + left="5" + min_height="410" + name="panel_outfit_edit" + top="2" + visible="false" + width="320"/> + <panel + class="panel_edit_wearable" + filename="panel_edit_wearable.xml" + follows="all" + layout="topleft" + left="0" + name="panel_edit_wearable" + top="0" + visible="false" /> +</panel> |