summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/widgets/accordion.xml
blob: 19f8234389d5ff034c670b4effb2c511008d7bcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<accordion
 height="100"
 name="accordion"
 width="200">
    <no_matched_tabs_text
     follows="all"
     height="100"
     h_pad="10"
     name="no_matched_tabs_msg"
     v_pad="15"
     width="200"
     wrap="true "/>
    <!-- This widget will not be created in viewer. Only its value will be used for empty accordion without filter. -->
    <no_visible_tabs_text
     name="no_visible_tabs_msg"
     visible="false"/>
</accordion>