blob: 313706dbc03366091d8483be6cd9598b52ec5d32 (
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<floater
positioning="cascading"
can_close="true"
can_resize="false"
height="470"
help_topic="social floater"
min_height="220"
min_width="260"
layout="topleft"
name="floater_social"
save_rect="true"
single_instance="true"
reuse_instance="true"
title="FACEBOOK"
width="314">
<tab_container
bottom="-1"
follows="all"
layout="topleft"
left="4"
name="tabs"
tab_group="1"
tab_min_width="70"
tab_height="30"
tab_position="top"
top="4"
halign="center"
right="-5">
<panel
background_opaque="true"
background_visible="true"
bg_alpha_color="DkGray"
bg_opaque_color="DkGray"
bottom="-1"
follows="all"
label="STATUS"
layout="topleft"
left="0"
help_topic="social_status_tab"
name="status_panel"
right="0"
top="0"/>
<panel
background_opaque="true"
background_visible="true"
bg_alpha_color="DkGray"
bg_opaque_color="DkGray"
bottom="-1"
follows="all"
label="PHOTO"
layout="topleft"
left="0"
help_topic="social_photo_tab"
name="photo_panel"
right="0"
top="0"/>
<panel
background_opaque="true"
background_visible="true"
bg_alpha_color="DkGray"
bg_opaque_color="DkGray"
bottom="-1"
follows="all"
label="PLACE"
layout="topleft"
left="0"
help_topic="social_place_tab"
name="place_panel"
right="0"
top="0"/>
</tab_container>
</floater>
|