summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_bars.xml
blob: 9c06329eaff14fe0e37a504a42d6218562e0bb1c (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
66
67
68
69
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 follows="left|right|top|bottom"
 height="768"
 layout="topleft"
 left="0"
 mouse_opaque="false"
 name="bottom_panel"
 width="1024">
    <panel
     follows="left|right|top|bottom"
     height="728"
     layout="topleft"
     left="0"
     mouse_opaque="false"
     name="status"
     top="0"
     width="1024" />
    <layout_stack
     border_size="0"
     follows="left|right|bottom|top"
     height="768"
     layout="topleft"
     left_delta="0"
     mouse_opaque="false"
     name="bar_stack"
     top_delta="0"
     use_bounding_rect="true"
     width="1024">
        <layout_panel
         follows="left|right|top|bottom"
         height="768"
         layout="topleft"
         left="0"
         mouse_opaque="false"
         name="spacer"
         top="0"
         user_resize="false"
         width="1024" />
        <layout_panel
         auto_resize="false"
         height="200"
         layout="topleft"
         min_height="200"
         mouse_opaque="false"
         name="overlay"
         use_bounding_rect="true"
         user_resize="false"
         width="1024" />
        <layout_panel
         auto_resize="false"
         filename="panel_toolbar.xml"
         layout="topleft"
         min_height="28"
         name="toolbar"
         use_bounding_rect="true"
         user_resize="false"
         width="1024" />
    </layout_stack>
    <panel
     follows="left|right|top|bottom"
     height="728"
     layout="topleft"
     left_delta="0"
     mouse_opaque="false"
     name="hud"
     top_delta="-10"
     width="1024" />
</panel>