blob: 1ef99649e67d27cd2a46c75406f6fe9adb1f702f (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- All our XML is utf-8 encoded. -->
<panel
name="instant_message"
width="300"
height="180"
follows="all">
<avatar_icon
follows="left|top"
height="18"
image_name="Generic_Person"
layout="topleft"
left="3"
mouse_opaque="true"
name="avatar_icon"
top="3"
width="18" />
<text_chat
top="3"
left="30"
right="-10"
height="120"
text_color="white"
word_wrap="true"
mouse_opaque="true"
valign="top"
name="msg_text">
</text_chat>
</panel>
|