diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2009-11-13 11:45:52 -0800 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2009-11-13 11:45:52 -0800 |
commit | 1303b7371c882c7ae64657ae1aa97ab43a2a3f92 (patch) | |
tree | 6dc72511bf4fc5d698660d4fac186f964549ac87 | |
parent | c15a3a18d44fd5b5e72117200938c1eb33fb3c99 (diff) |
Backed out changeset fb21e02f8f08
-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" |