phoenix-firestorm/indra/newview/skins/default/xui/en/sidepanel_appearance.xml

239 lines
5.5 KiB
XML

<?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="false"
background_visible="false"
bg_alpha_color="SL-Background_66"
left="10"
top="5"
follows="left|top|right"
layout="topleft"
width="307"
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="13"
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"
right="-3"
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>
<layout_stack
animate="false"
border_size="0"
follows="left|top|right"
height="27"
layout="topleft"
orientation="horizontal"
top_pad="6"
left="0"
name="top_menu_panel"
width="320">
<layout_panel
auto_resize="true"
layout="topleft"
name="filter_panel"
width="193">
<filter_editor
text_pad_left="10"
follows="left|top|right"
font="SansSerifSmall"
height="23"
layout="topleft"
left="10"
label="Filter Outfits"
max_length_chars="300"
name="Filter"
search_button_visible="true"
tab_group="1"
top="3"
width="181" />
</layout_panel>
<layout_panel
auto_resize="false"
height="25"
layout="topleft"
name="options_gear_btn_panel"
width="32">
<menu_button
follows="bottom|left"
tool_tip="Show additional options"
height="25"
image_hover_unselected="Toolbar_Middle_Over"
image_overlay="OptionsMenu_Off"
image_selected="Toolbar_Middle_Selected"
image_unselected="Toolbar_Middle_Off"
menu_position="bottomleft"
layout="topleft"
left="0"
name="options_gear_btn"
top="0"
width="31" />
</layout_panel>
<layout_panel
auto_resize="false"
height="25"
layout="topleft"
name="options_sort_btn_panel"
width="32">
<menu_button
follows="bottom|left"
tool_tip="Show sorting options"
height="25"
image_hover_unselected="Toolbar_Middle_Over"
image_overlay="Conv_toolbar_sort"
image_selected="Toolbar_Middle_Selected"
image_unselected="Toolbar_Middle_Off"
menu_position="bottomleft"
layout="topleft"
left="0"
name="sorting_menu_btn"
top="0"
width="31" />
</layout_panel>
<layout_panel
auto_resize="false"
height="25"
layout="topleft"
name="trash_btn_panel"
width="31">
<dnd_button
follows="bottom|left"
height="25"
image_hover_unselected="Toolbar_Right_Over"
image_overlay="TrashItem_Off"
image_selected="Toolbar_Right_Selected"
image_unselected="Toolbar_Right_Off"
left="0"
layout="topleft"
name="trash_btn"
tool_tip="Delete selected outfit"
top="0"
width="31"/>
</layout_panel>
</layout_stack>
<panel
class="panel_outfits_inventory"
filename="panel_outfits_inventory.xml"
name="panel_outfits_inventory"
height="493"
min_height="410"
width="325"
visible="false"
left="0"
tab_group="1"
top_pad="4"
follows="all" />
<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>