diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-18 15:58:48 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-18 15:58:48 +0000 |
commit | 8ca1ace6510ba33c0b44b228fb5a58935320f2d0 (patch) | |
tree | 67fd8ffab4b00deee7934db987210227d78098ad /indra/newview/skins/default/xui/en/floater_im_container.xml | |
parent | e09822153e135e8fc89f6fdb3338bb9e8e5b6132 (diff) | |
parent | b71f451b76ef65c6afc29a9da8c0f5d0b40cd720 (diff) |
viewer2 merge.
Diffstat (limited to 'indra/newview/skins/default/xui/en/floater_im_container.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_im_container.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_im_container.xml b/indra/newview/skins/default/xui/en/floater_im_container.xml new file mode 100644 index 0000000000..964713adbf --- /dev/null +++ b/indra/newview/skins/default/xui/en/floater_im_container.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<multi_floater + can_close="false" + can_minimize="true" + can_resize="true" + height="390" + layout="topleft" + name="floater_im_box" + help_topic="floater_im_box" + save_rect="true" + save_visibility="true" + single_instance="true" + title="CONVERSATIONS" + width="392"> + <tab_container + follows="left|right|top|bottom" + height="390" + layout="topleft" + left="1" + name="im_box_tab_container" + tab_position="bottom" + tab_width="64" + tab_max_width = "134" + tab_height="16" + use_custom_icon_ctrl="true" + tab_icon_ctrl_pad="2" + font_halign="left" + use_ellipses="true" + top="0" + width="390" /> + <icon + color="DefaultShadowLight" + enabled="false" + follows="left|right|bottom" + height="17" + image_name="tabarea.tga" + layout="bottomleft" + left="1" + name="im_box_tab_container_icon" + bottom="10" + width="390" /> +</multi_floater> |