summaryrefslogtreecommitdiff
path: root/indra/newview/skins/minimal/xui/en/main_view.xml
blob: c793b1b8136aa3e4d8462da0e985f12bcd505e12 (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
<?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">
  <view top="0"
        follows="all"
        height="768"
        left="0"
        mouse_opaque="false"
        name="world_view_rect"
        width="1024"/>
  <panel top="0"
         follows="all"
         height="768"
         mouse_opaque="true"
         name="progress_view"
         filename="panel_progress.xml"
         class="progress_view"
         width="1024"
         visible="false"/>
</panel>