/indra/newview/skins/default/xui/en/panel_online_status_toast.xml
XML | 35 lines | 35 code | 0 blank | 0 comment | 0 complexity | 71559e1970d7e90ddea3c4d1bff672f5 MD5 | raw file
Possible License(s): LGPL-2.1
- <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
- <panel
- background_visible="false"
- height="40"
- label="friend_online_status"
- layout="topleft"
- left="0"
- name="friend_online_status"
- top="0"
- width="220">
- <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="13"
- layout="topleft"
- left_pad="5"
- name="message"
- text_color="white"
- top="15"
- use_ellipses="true"
- value=""
- width="189"
- word_wrap="true"
- max_length="350" />
- </panel>