blob: ba28016d8eca08044990352a080c057e53ea342f (
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
center_horiz="true"
center_vert="true"
default_tab_group="1"
height="460"
layout="topleft"
name="Preferences"
single_instance="true"
title="Preferences"
width="620">
<button
follows="right|bottom"
height="20"
label="OK"
label_selected="OK"
layout="topleft"
left="335"
name="OK"
top="435"
width="90">
<button.commit_callback
function="Pref.OK" />
</button>
<button
follows="right|bottom"
height="20"
label="Cancel"
label_selected="Cancel"
layout="topleft"
left_pad="3"
name="Cancel"
top_delta="0"
width="90" >
<button.commit_callback
function="Pref.Cancel" />
</button>
<button
follows="right|bottom"
height="20"
label="Apply"
label_selected="Apply"
layout="topleft"
left_pad="3"
name="Apply"
top_delta="0"
width="90">
<button.commit_callback
function="Pref.Apply" />
</button>
<button
follows="left|bottom"
height="20"
label="About"
label_selected="About"
layout="topleft"
left_delta="-512"
name="About..."
top_delta="0"
width="90">
<button.commit_callback
function="Floater.Show"
parameter="sl_about" />
</button>
<button
follows="left|bottom"
height="20"
help_url="https://support.secondlife.com/ics/support/default.asp?deptID=4417"
label="Help"
label_selected="Help"
layout="topleft"
left_pad="3"
name="Help"
top_delta="0"
width="90" />
<tab_container
follows="left|top|right|bottom"
height="410"
layout="topleft"
left="0"
name="pref core"
tab_group="1"
tab_position="left"
tab_width="120"
top="21"
width="620">
<panel
class="panel_preference"
filename="panel_preferences_general.xml"
label="General"
layout="topleft"
name="general" />
<panel
class="panel_preference"
filename="panel_preferences_input.xml"
label="Input & Camera"
layout="topleft"
name="input" />
<panel
class="panel_preference"
filename="panel_preferences_network.xml"
label="Network"
layout="topleft"
name="network" />
<panel
class="panel_preference"
filename="panel_preferences_web.xml"
label="Web"
layout="topleft"
name="web" />
<panel
filename="panel_preferences_graphics1.xml"
label="Graphics"
layout="topleft"
name="display" />
<panel
class="panel_preference"
filename="panel_preferences_audio.xml"
label="Audio & Video"
layout="topleft"
name="audio" />
<panel
class="panel_preference"
filename="panel_preferences_chat.xml"
label="Text Chat"
layout="topleft"
name="chat" />
<panel
class="panel_preference"
filename="panel_preferences_voice.xml"
label="Voice Chat"
layout="topleft"
name="voice" />
<panel
class="panel_preference"
filename="panel_preferences_im.xml"
label="Communication"
layout="topleft"
name="im" />
<panel
class="panel_preference"
filename="panel_preferences_popups.xml"
label="Popups"
layout="topleft"
name="msgs" />
<panel
class="panel_preference"
filename="panel_preferences_skins.xml"
label="Skins"
layout="topleft"
name="skins" />
</tab_container>
</floater>
|