diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2009-11-13 15:57:38 -0800 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2009-11-13 15:57:38 -0800 |
commit | c8ed7710c5305d1a1ec65a04543e3a2b1aad24f1 (patch) | |
tree | ef07c1c7e034d3f74b954c8a5280ac99b34198b5 | |
parent | 1303b7371c882c7ae64657ae1aa97ab43a2a3f92 (diff) |
Backed out changeset db8e08f8ba36
adding main_view.xml change rev 4863 back
-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 08f7ee456e..9e35c95d45 100644 --- a/indra/newview/skins/default/xui/en/main_view.xml +++ b/indra/newview/skins/default/xui/en/main_view.xml @@ -51,6 +51,13 @@ 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" @@ -66,13 +73,6 @@ 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" |