diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/skins/default/xui/en/main_view.xml | 14 | 
1 files changed, 7 insertions, 7 deletions
| diff --git a/indra/newview/skins/default/xui/en/main_view.xml b/indra/newview/skins/default/xui/en/main_view.xml index 9e35c95d45..08f7ee456e 100644 --- a/indra/newview/skins/default/xui/en/main_view.xml +++ b/indra/newview/skins/default/xui/en/main_view.xml @@ -51,13 +51,6 @@                 name="main_view"                 user_resize="true"                 width="500"> -          <view bottom="500" -                follows="all" -                height="500" -                left="0" -                mouse_opaque="false" -                name="world_view_rect" -                width="500"/>            <layout_stack border_size="0"                          bottom="500"                          follows="all" @@ -73,6 +66,13 @@                     mouse_opaque="false"                     name="hud container"                     width="500"> +              <view bottom="500" +                    follows="all" +                    height="500" +                    left="0" +                    mouse_opaque="false" +                    name="world_view_rect" +                    width="500"/>                <panel follows="right|top|bottom"                       height="500"                       mouse_opaque="false" | 
