summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_outfits_wearing.xml
blob: ceefe9f6fbf265da2e61fe968462699f88b295d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?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">
<panel.string
    name="no_attachments">
    No attachments worn.
   </panel.string>
     <accordion
     fit_parent="true"
     follows="all"
     height="429"
     layout="topleft"
     left="3"
     single_expansion="true"
     top="0"
     name="wearables_accordion"
     background_visible="true"
     bg_alpha_color="DkGray2"
     width="309">
     <accordion_tab
     layout="topleft"
     name="tab_wearables"
     title="Wearables">
    <wearable_items_list
     follows="all"
     height="400"
     layout="topleft"
     left="3"
     multi_select="true"
     name="cof_items_list"
     show_item_widgets="true"
     standalone="false"
     top="0"
     width="309"
     worn_indication_enabled="false" />
     </accordion_tab>
     <accordion_tab
     layout="topleft"
     name="tab_temp_attachments"
     title="Temporary attachments">
    <scroll_list
     draw_heading="false"
     left="3"
     width="309"
     height="400"
     follows="all"
     name="temp_attachments_list">
        <scroll_list.columns
         name="icon"
         width="15" />
        <scroll_list.columns
         name="text"
         width="210" />
  </scroll_list>
     </accordion_tab>
     </accordion>
</panel>