summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/main_view.xml
blob: 9885e37cea6d26fe3a09b69b7b77b9b4c5638c2d (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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 follows="left|right|top|bottom"
 height="768"
 layout="topleft"
 left="0"
 mouse_opaque="false"
 tab_stop="false" 
 name="main_view"
 width="1024">
  <layout_stack border_size="0"
                follows="all"
                mouse_opaque="false"
                height="768"
                name="menu_stack"
                orientation="vertical"
                top="0">
    <layout_panel mouse_opaque="true"
              follows="left|right|top"
              name="status_bar_container"
              tab_stop="false"
              height="19"
              left="0"
              top="0"
              width="1024"
              auto_resize="false"
              visible="true">
      <view mouse_opaque="false"
            follows="all"
            name="menu_bar_holder"
            left="0"
            top="0"
            width="1024"
            height="19"/>
    </layout_panel>
    <layout_panel auto_resize="false"
                  height="34"
                  mouse_opaque="false"
                  name="nav_bar_container"
                  tab_stop="false"
                  width="1024"
                  visible="false"/>
    <layout_panel auto_resize="true"  
                  follows="all"
                  height="500"
                  layout="topleft"
                  mouse_opaque="false"
                  tab_stop="false" 
                  name="world_panel"
                  width="1024">
      <view top="0"
            follows="all"
            height="500"
            left="0"
            mouse_opaque="false"
            name="world_view_rect"
            width="1024"/>
      <panel follows="left|top|right"
             height="19"
             left="0"
             mouse_opaque="false"
             name="topinfo_bar_container"
             tab_stop="false"
             top="0"
             visible="false"
             width="1024"/>
      <panel top="0"
             left="0"
             follows="all"
             height="500"
             layout="topleft"
             mouse_opaque="false"
             name="login_panel_holder"
             width="1024"/>
      <debug_view follows="all"
                  left="0"
                  top="0"
                  mouse_opaque="false"
                  height="500"
                  name="DebugView"
                  width="1024"/>
      <floater_view follows="all"
                    height="500"
                    left="0"
                    mouse_opaque="false"
                    name="Floater View"
                    tab_group="-1"
                    tab_stop="false"
                    top="0"
                    width="1024"/>
      <panel name="toolbar_view_holder"
             follows="all"
             layout="topleft"
             height="500"
             width="1024"
             top="0"
             left="0"
             mouse_opaque="false"
             tab_stop="false"/>
    </layout_panel>
  </layout_stack>
 
  <panel top="0"
        follows="all"
        mouse_opaque="false"
        left="0"
        name="snapshot_floater_view_holder" 
        width="1024"
        height="798">
    <snapshot_floater_view enabled="false"
                           follows="all"
                           height="768"
                           left="0"
                           mouse_opaque="false"
                           name="Snapshot Floater View"
                           tab_stop="false"
                           top="0"
                           visible="false"
                           width="1024"/>
  </panel>
  <panel top="0"
         follows="all"
         height="768"
         mouse_opaque="false"
         name="popup_holder"
         class="popup_holder"
         width="1024">
    <icon follows="right|bottom"
          image_name="Resize_Corner"
          right="-1"
          name="resize_corner"
          width="11"
          bottom="-1"
          height="11" />
  </panel>
  <view top="0"
        left="0"
        width="1024"
        height="768"
        name="hint_holder"
        mouse_opaque="false"
        follows="all"/>
  <panel top="0"
         follows="all"
         height="768"
         mouse_opaque="true"
         name="progress_view"
         filename="panel_progress.xml"
         class="progress_view"
         width="1024"
         visible="false"/>
  <menu_holder top="0"
               follows="all"
               height="768"
               mouse_opaque="false"
               name="Menu Holder"
               width="1024"/>
  <tooltip_view top="0"
                follows="all"
                height="768"
                mouse_opaque="false"
                name="tooltip view"
                tab_group="-2"
                width="1024"/>
</panel>