Added Windlight Water options to it. Known issue where it starts in collapsed mode when it should be expanded, or visa versa. While working on the overlay bar, the IM counter got mixed in a bit so that may start working soon. Rolled back some changes made in an attempt to clean up the vertical IM tabs. Signed-off-by: Beeks <HgDelirium@gmail.com>
15 lines
901 B
XML
15 lines
901 B
XML
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
<multi_floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true"
|
|
height="390" name="floater_chatterbox"
|
|
rect_control="ChatterboxRect" title="Communicate" width="392">
|
|
<icon enabled="false" image_name="tabarea.tga"
|
|
bg_alpha_color="blue" color="DefaultShadowLight" border="false"
|
|
bottom="-388" follows="left|right|bottom" height="17" left="1" scale_image="true"
|
|
mouse_opaque="false" name="chatterbox_tab_container" width="391"></icon>
|
|
<tab_container bottom="2" follows="left|right|top|bottom" height="370" left="0"
|
|
name="chatterbox_tabs_horiz" tab_position="bottom" tab_width="80" width="395" />
|
|
<!--<tab_container bottom="2" follows="left|right|top|bottom" height="370" left="0"
|
|
name="chatterbox_tabs_vert" tab_position="left" tab_width="110" width="395" />-->
|
|
</multi_floater>
|
|
|