diff options
author | Bryan O'Sullivan <bos@lindenlab.com> | 2009-06-22 15:02:19 -0700 |
---|---|---|
committer | Bryan O'Sullivan <bos@lindenlab.com> | 2009-06-22 15:02:19 -0700 |
commit | baa73fddd9287ddafd2d31551cb253b355ed910a (patch) | |
tree | e3f0986617fe6c0ee0a14df6aac13c6bb6f92507 /indra/newview/skins/default/xui/en/panel_bars.xml | |
parent | dc3833f31b8a20220ddb1775e1625c016c397435 (diff) | |
parent | fcaa1ad46fd1df4cfec9dee12caf6e7b5bf32136 (diff) |
Merge with viewer-2.0.0-3 branch
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_bars.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_bars.xml | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_bars.xml b/indra/newview/skins/default/xui/en/panel_bars.xml new file mode 100644 index 0000000000..9c06329eaf --- /dev/null +++ b/indra/newview/skins/default/xui/en/panel_bars.xml @@ -0,0 +1,69 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<panel + follows="left|right|top|bottom" + height="768" + layout="topleft" + left="0" + mouse_opaque="false" + name="bottom_panel" + width="1024"> + <panel + follows="left|right|top|bottom" + height="728" + layout="topleft" + left="0" + mouse_opaque="false" + name="status" + top="0" + width="1024" /> + <layout_stack + border_size="0" + follows="left|right|bottom|top" + height="768" + layout="topleft" + left_delta="0" + mouse_opaque="false" + name="bar_stack" + top_delta="0" + use_bounding_rect="true" + width="1024"> + <layout_panel + follows="left|right|top|bottom" + height="768" + layout="topleft" + left="0" + mouse_opaque="false" + name="spacer" + top="0" + user_resize="false" + width="1024" /> + <layout_panel + auto_resize="false" + height="200" + layout="topleft" + min_height="200" + mouse_opaque="false" + name="overlay" + use_bounding_rect="true" + user_resize="false" + width="1024" /> + <layout_panel + auto_resize="false" + filename="panel_toolbar.xml" + layout="topleft" + min_height="28" + name="toolbar" + use_bounding_rect="true" + user_resize="false" + width="1024" /> + </layout_stack> + <panel + follows="left|right|top|bottom" + height="728" + layout="topleft" + left_delta="0" + mouse_opaque="false" + name="hud" + top_delta="-10" + width="1024" /> +</panel> |