summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_cof_wearables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_cof_wearables.xml')
-rw-r--r--indra/newview/skins/default/xui/en/panel_cof_wearables.xml47
1 files changed, 17 insertions, 30 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_cof_wearables.xml b/indra/newview/skins/default/xui/en/panel_cof_wearables.xml
index f438e3d42d..01c7ae61d2 100644
--- a/indra/newview/skins/default/xui/en/panel_cof_wearables.xml
+++ b/indra/newview/skins/default/xui/en/panel_cof_wearables.xml
@@ -3,59 +3,49 @@
background_visible="true"
bg_alpha_color="DkGray"
border="false"
+ bottom="0"
follows="all"
height="200"
left="0"
name="cof_wearables"
- width="311">
+ width="313">
<accordion
- fit_parent="true"
follows="all"
- height="198"
+ height="373"
layout="topleft"
- left="0"
- single_expansion="true"
+ left="3"
top="0"
name="cof_wearables_accordion"
background_visible="true"
bg_alpha_color="DkGray2"
- width="311">
+ width="307">
<accordion_tab
layout="topleft"
- name="tab_clothing"
- title="Clothing">
+ name="tab_attachments"
+ title="Attachments">
<flat_list_view
allow_select="true"
follows="all"
- height="10"
- item_pad="3"
- keep_selection_visible_on_reshape="true"
+ height="150"
layout="topleft"
left="0"
- multi_select="true"
- name="list_clothing"
+ name="list_attachments"
top="0"
- width="311" />
+ width="307" />
</accordion_tab>
<accordion_tab
layout="topleft"
- name="tab_attachments"
- title="Attachments">
+ name="tab_clothing"
+ title="Clothing">
<flat_list_view
allow_select="true"
follows="all"
- height="10"
- item_pad="3"
+ height="150"
layout="topleft"
left="0"
- keep_selection_visible_on_reshape="true"
- multi_select="true"
- name="list_attachments"
+ name="list_clothing"
top="0"
- width="311">
- <flat_list_view.no_items_text
- value="No attachments worn" />
- </flat_list_view>
+ width="307" />
</accordion_tab>
<accordion_tab
layout="topleft"
@@ -64,15 +54,12 @@
<flat_list_view
allow_select="true"
follows="all"
- height="10"
- item_pad="3"
- keep_selection_visible_on_reshape="true"
+ height="150"
layout="topleft"
left="0"
- multi_select="true"
name="list_body_parts"
top="0"
- width="311" />
+ width="307" />
</accordion_tab>
</accordion>
</panel>