blob: e7efcc78444355bc343468a5ac8bd3d5ebeb41b9 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
can_close="false"
can_resize="true"
height="390"
layout="topleft"
min_height="240"
min_width="365"
name="floater_my_friends"
help_topic="floater_my_friends"
save_rect="true"
single_instance="true"
title="CONTACTS"
width="395">
<tab_container
follows="all"
height="364"
layout="topleft"
left="4"
name="friends_and_groups"
tab_position="top"
tab_width="80"
top="20"
width="383">
<panel
bottom="364"
filename="panel_friends.xml"
label="Friends"
layout="topleft"
left="0"
help_topic="my_friends_friends_tab"
name="friends_panel"
width="370" />
<panel
bottom="364"
filename="panel_groups.xml"
label="Groups"
layout="topleft"
left="0"
help_topic="my_friends_groups_tab"
name="groups_panel"
width="370" />
</tab_container>
</floater>
|