summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_outfits_inventory.xml
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2010-01-19 13:52:59 -0500
committerNyx (Neal Orman) <nyx@lindenlab.com>2010-01-19 13:52:59 -0500
commit0650dc0b0a71888cad1efc3727b70fd963ad23c4 (patch)
tree543e0090c9f31ecc0676a5619aa473bbd12afa44 /indra/newview/skins/default/xui/en/panel_outfits_inventory.xml
parenta8cc535f544bb9b9941e0c45276db12d9c8e885d (diff)
EXT-4412 swap order of tabs on outfit editor panel
Swapping back so "my outfits" is displayed first. Also changing code so that this change can be made in the future as a XUI-only change. Reviewed by Vir.
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_outfits_inventory.xml')
-rw-r--r--indra/newview/skins/default/xui/en/panel_outfits_inventory.xml42
1 files changed, 26 insertions, 16 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_outfits_inventory.xml b/indra/newview/skins/default/xui/en/panel_outfits_inventory.xml
index fd540bdc7e..8895484326 100644
--- a/indra/newview/skins/default/xui/en/panel_outfits_inventory.xml
+++ b/indra/newview/skins/default/xui/en/panel_outfits_inventory.xml
@@ -21,22 +21,8 @@
halign="center"
width="313">
<inventory_panel
- follows="all"
- background_visible="true"
- background_opaque="true"
- label="WEARING"
- help_topic="now_wearing_tab"
- allow_multi_select="true"
- border="false"
- left="0"
- top="0"
- mouse_opaque="true"
- name="cof_accordionpanel"
- start_folder="Current Outfit"
- width="313" />
- <inventory_panel
- background_visible="true"
- background_opaque="true"
+ background_visible="true"
+ background_opaque="true"
label="MY OUTFITS"
help_topic="my_outfits_tab"
allow_multi_select="true"
@@ -48,6 +34,20 @@
mouse_opaque="true"
name="outfitslist_tab"
start_folder="My Outfits" />
+ <inventory_panel
+ follows="all"
+ background_visible="true"
+ background_opaque="true"
+ label="WEARING"
+ help_topic="now_wearing_tab"
+ allow_multi_select="true"
+ border="false"
+ left="0"
+ top="0"
+ mouse_opaque="true"
+ name="cof_accordionpanel"
+ start_folder="Current Outfit"
+ width="313" />
</tab_container>
<panel
background_visible="true"
@@ -103,5 +103,15 @@
top="26"
tool_tip="Wear selected outfit"
width="120" />
+ <button
+ follows="bottom|left"
+ height="23"
+ label="M"
+ layout="topleft"
+ right="-140"
+ name="look_edit_btn"
+ top="26"
+ visible="false"
+ width="20" />
</panel>
</panel>