blob: 64519b2571543aabb8d9d9134471b171009de1c2 (
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
36
37
38
39
40
41
42
43
44
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
bevel_style="in"
bg_alpha_color="black"
follows="left|top|right"
height="20"
label="im_header"
layout="topleft"
name="im_header" >
<avatar_icon
follows="left"
height="16"
image_name="icon_avatar_online.tga"
layout="topleft"
left="2"
mouse_opaque="true"
name="avatar_icon"
top="2"
width="16" />
<text
follows="left|right"
font="SansSerifBigBold"
height="20"
layout="topleft"
left_pad="6"
right="-50"
name="user_name"
text_color="white"
top="3"
value="Darth Vader"
use_ellipses="true" />
<text
follows="right"
font="SansSerifBig"
height="20"
layout="topleft"
name="time_box"
right="0"
text_color="white"
top="3"
value="23:30"
width="50" />
</panel>
|