summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en
diff options
context:
space:
mode:
authorMike Antipov <mantipov@productengine.com>2009-11-20 17:14:50 +0200
committerMike Antipov <mantipov@productengine.com>2009-11-20 17:14:50 +0200
commit3c4a98ff3cdc756918a2dea0c5d3dd58aa08bca3 (patch)
tree523a42369cca170818f0cb11c18a76b069fbe723 /indra/newview/skins/default/xui/en
parent0876df6eef35a88bc0804e1d8eb0f4471eeda9f2 (diff)
Work on normal task EXT-2640 (Create a tabbed IM multifloater)
- initial commit: added xml file and base implementation of the tabbed IM multifloater --HG-- branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r--indra/newview/skins/default/xui/en/floater_im_container.xml38
1 files changed, 38 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..a1a0aee97b
--- /dev/null
+++ b/indra/newview/skins/default/xui/en/floater_im_container.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<multi_floater
+background_visible="true"
+bg_color="yellow"
+ 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="Instant Messages"
+ width="392">
+ <tab_container
+background_visible="true"
+bg_alpha_color="green"
+ follows="left|right|top|bottom"
+ height="390"
+ layout="topleft"
+ left="1"
+ name="im_box_tab_container"
+ tab_position="bottom"
+ tab_width="80"
+ top="0"
+ width="390" />
+ <icon
+ color="red"
+ enabled="false"
+ follows="left|right|bottom"
+ height="17"
+ image_name="tabarea.tga"
+ layout="bottomleft"
+ left="1"
+ name="im_box_tab_container_icon"
+ bottom="0"
+ width="390" />
+</multi_floater>