blob: 8b815b0f711cc1cde2702d8bf90f7670fe6bdba9 (
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
45
46
47
48
49
50
51
52
53
54
55
56
57
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
name="panel_activeim_row"
layout="topleft"
follows="left|right"
top="0"
left="0"
height="35"
width="318"
background_visible="false">
<chiclet_im_p2p
name="p2p_chiclet"
layout="topleft"
follows="left"
top="3"
left="5"
height="25"
width="25">
</chiclet_im_p2p>
<chiclet_im_group
name="group_chiclet"
layout="topleft"
follows="left"
top="3"
left="5"
height="25"
width="25">
</chiclet_im_group>
<text
type="string"
name="contact_name"
layout="topleft"
top="10"
left_pad="0"
height="14"
width="245"
length="1"
follows="right|left"
use_ellipses="true"
font="SansSerifBold">
Grumpity ProductEngine
</text>
<button
top="10"
right="-5"
width="17"
height="17"
layout="topleft"
follows="right"
name="hide_btn"
mouse_opaque="true"
label=""
tab_stop="false"
image_unselected="Toast_CloseBtn"
image_selected="Toast_CloseBtn"
/>
</panel>
|