summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_online_status.xml
blob: 14cb5fffee2fb43ed9dae9353227b70148427a85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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>