blob: 0dd387842631677b7af9090edc501c16b2a766c9 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="panel_im_control_panel"
width="128"
height="327"
border="false">
<avatar_icon name="avatar_icon"
follows="left|top"
left_delta="3"
width="125"
height="125" />
<button name="view_profile_btn"
follows="left|bottom"
label="View Profile"
width="125"
height="20" />
<button name="add_friend_btn"
follows="left|bottom"
label="Add Friend"
width="125"
height="20" />
<button name="call_btn"
follows="left|bottom"
label="Call"
width="125"
height="20" />
<button
follows="left|bottom"
height="20"
label="End Call"
name="end_call_btn"
visible="false"
width="125" />
<button
enabled="false"
follows="left|bottom"
name="voice_ctrls_btn"
label="Open Voice Controls"
width="125"
height="20"
visible="false"/>
<button name="teleport_btn"
follows="left|bottom"
label="Teleport"
width="125"
height="20" />
<button name="share_btn"
follows="left|bottom"
label="Share"
width="125"
height="20" />
<button name="pay_btn"
follows="left|bottom"
label="Pay"
width="125"
height="20" />
</panel>
|