summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/outfit_accordion_tab.xml
blob: 2a24c74febd824fa81d29e31faea390b998f90b8 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<!-- *NOTE: mantipov: this xml is intended to be used inside panel_outfits_list.xml for each outfit folder-->
<!-- All accordion tabs in the My Appearance/My Outfits panel will be created from this one at runtime-->
<!-- Non of string values of controls below are visible to user. They are not need to be translated. -->
<accordion_tab
 expanded="false"
 follows="all"
 height="45"
 layout="topleft"
 name="Mockup Tab"
 selection_enabled="true"
 tab_stop="false"
 title="MOCKUP TAB"
 translate="false"
 width="0">
    <wearable_items_list
     allow_select="true"
     follows="all"
     keep_one_selected="true"
     multi_select="true"
     name="wearable_items_list"
     translate="false"
     standalone="false"
    />
</accordion_tab>