diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-19 13:49:39 +0000 | 
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-19 13:49:39 +0000 | 
| commit | be710bc9bc9cf4b2f8e24ffa5e02f8eb6ff1912a (patch) | |
| tree | 65b6ee8b54601d8d172a855ab6f4bc874f44b026 /indra | |
| parent | c3a71b7dcbfe855058a84e22651aea3910133aa1 (diff) | |
move what seems like a confused file add from our default/base path debacle.
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_online_status_toast.xml | 35 | 
1 files changed, 35 insertions, 0 deletions
| diff --git a/indra/newview/skins/default/xui/en/panel_online_status_toast.xml b/indra/newview/skins/default/xui/en/panel_online_status_toast.xml new file mode 100644 index 0000000000..14cb5fffee --- /dev/null +++ b/indra/newview/skins/default/xui/en/panel_online_status_toast.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<panel + background_visible="false" + height="152" + label="friend_online_status" + layout="topleft" + left="0" + name="friend_online_status" + top="0" + width="305"> +    <avatar_icon +	 follows="top|left" +	 height="18" +	 image_name="Generic_Person" +	 layout="topleft" +	 left="3" +	 mouse_opaque="false" +	 name="avatar_icon" +	 top="10" +	 width="18" /> +    <text +     font="SansSerifSmall" +     follows="all" +     height="137" +     layout="topleft" +     left_pad="5" +     name="message" +     text_color="white" +     top="15" +     use_ellipses="true" +     value="" +     width="285" +     word_wrap="true" +     max_length="350" /> +</panel>
\ No newline at end of file | 
