blob: 27c01eec4def987c11821179b43ffb86dbab72f2 (
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
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<floater
positioning="cascading"
can_close="true"
can_resize="false"
help_topic="social floater"
layout="topleft"
name="floater_social"
save_rect="true"
single_instance="true"
reuse_instance="true"
title="FACEBOOK"
height="437"
width="304">
<tab_container
name="tabs"
tab_group="1"
tab_min_width="70"
tab_height="30"
tab_position="top"
top="7"
height="430"
halign="center">
<panel
filename="panel_social_status.xml"
class="llsocialstatuspanel"
background_opaque="true"
background_visible="true"
bg_alpha_color="DkGray"
bg_opaque_color="DkGray"
label="STATUS"
help_topic="panel_social_status"
name="panel_social_status"/>
<panel
filename="panel_social_photo.xml"
class="llsocialphotopanel"
follows="all"
background_visible="true"
bg_alpha_color="DkGray"
bg_opaque_color="DkGray"
label="PHOTO"
help_topic="panel_social_photo"
name="panel_social_photo"/>
<panel
filename="panel_social_place.xml"
class="llsocialcheckinpanel"
follows="all"
background_visible="true"
bg_alpha_color="DkGray"
bg_opaque_color="DkGray"
label="PLACE"
help_topic="panel_social_place"
name="panel_social_place"/>
</tab_container>
</floater>
|