blob: dadbd9c9abc807f0a50674cb63254938494fcc22 (
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="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>
|