summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_preferences_advanced.xml
blob: 060d84b2e4870e1930ec72bf9037a5a6f7ac4030 (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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
<?xml version="1.0" encoding="UTF-8"?>

<panel
 border="true"
 background_visible="true"
 follows="left|top|right|bottom"
 height="408"
 layout="topleft"
 left="102"
 name="advanced"
 top="1"
 width="517">
    <panel.string
     name="resolution_format">
        [RES_X] x [RES_Y]
    </panel.string>
	<panel.string
     name="aspect_ratio_text">
        [NUM]:[DEN]
    </panel.string>
           <check_box
     control_name="UseChatBubbles"
     height="16"
     label="Bubble Chat"
     layout="topleft"
     left="30"
     top="20"
     name="bubble_text_chat"
     width="150" />

    <slider
     control_name="ChatBubbleOpacity"
     height="16"
     increment="0.05"
     initial_value="1"
     label="Opacity"
     layout="topleft"
     left="50"
     top_pad="5"
     label_width="50"
     name="bubble_chat_opacity"
     width="200" />

   <!-- <check_box
     control_name="UIAutoScale"
     height="16"
     label="Resolution independent scale"
     layout="topleft"
     left="30"
     name="ui_auto_scale"
     top_pad="10"
     width="256" />-->
    <!--
    <combo_box
     height="18"
     layout="topleft"
     left_pad="5"
     name="fullscreen combo"
     top_delta="-1"
     width="150" /-->
    <text
     type="string"
     length="1"
     height="25"
     layout="topleft"
     left="30"
     top_pad="20"
     name="AspectRatioLabel1"
     tool_tip="width / height"
     label_width="50"
     width="120">
        Aspect Ratio
    </text>
    <combo_box
     allow_text_entry="true"
     height="25"
     layout="topleft"
     left_pad="0"
     max_chars="100"
     name="aspect_ratio"
     tool_tip="width / height"
     top_delta="0"
     width="150">
        <combo_box.item
         enabled="true"
         label=" 4:3 (Standard CRT)"
         name="item1"
         value="1.333333" />
        <combo_box.item
         enabled="true"
         label=" 5:4 (1280x1024 LCD)"
         name="item2"
         value="1.25" />
        <combo_box.item
         enabled="true"
         label=" 8:5 (Widescreen)"
         name="item3"
         value="1.6" />
        <combo_box.item
         enabled="true"
         label=" 16:9 (Widescreen)"
         name="item4"
         value="1.7777777" />
    </combo_box>
    <check_box
     control_name="FullScreenAutoDetectAspectRatio"
     height="25"
     label="Auto-detect"
     layout="topleft"
     left_pad="10"
     name="aspect_auto_detect"
     width="256">
        <check_box.commit_callback
         function="Pref.AutoDetectAspect" />
    </check_box>

     <text
     type="string"
     length="1"
     height="10"
     left="30"
     text_color="EmphasisColor"
     name="text_box1"
     top_pad="30"
     width="270">
Camera:
	</text>
    <slider
     can_edit_text="true"
	 control_name="CameraAngle"
     decimal_digits="2"
     top_pad="10"
     follows="left|top"
     height="16"
     increment="0.025"
     initial_value="1.57"
     layout="topleft"
     label_width="100"
     label="View Angle"
     left="30"
     max_val="2.97"
     min_val="0.17"
     name="camera_fov"
     show_text="false"
     width="240" />

    <slider
     can_edit_text="true"
     control_name="CameraOffsetScale"
     decimal_digits="2"
     follows="left|top"
     height="16"
     increment="0.025"
     initial_value="1"
     layout="topleft"
     label="Distance"
     left="30"
     label_width="100"
     max_val="3"
     min_val="0.5"
     name="camera_offset_scale"
     show_text="false"
     width="240" />
     <text
     type="string"
     length="1"
     height="10"
     left="30"
     name="text_box1"
     width="270">
Automatic positioning for:
	</text>
        <check_box
     control_name="EditCameraMovement"
     height="20"
     label="Build/Edit"
     layout="topleft"
     left="50"
     name="edit_camera_movement"
     tool_tip="Use automatic camera positioning when entering and exiting edit mode"
     width="280" />
    <check_box
     control_name="AppearanceCameraMovement"
     height="16"
     label="Appearance"
     layout="topleft"
     name="appearance_camera_movement"
     tool_tip="Use automatic camera positioning while in edit mode"
     width="242" />

     <text
     type="string"
     length="1"
     height="10"
     left="30"
     text_color="EmphasisColor"
     name="text_box1"
     top_pad="30"
     width="270">
My Avatar:
	</text>
    <check_box
     control_name="FirstPersonAvatarVisible"
     height="20"
     label="Show me in Mouselook"
     layout="topleft"
     name="first_person_avatar_visible"
     width="256" />
    <check_box
     control_name="ArrowKeysMoveAvatar"
     height="20"
     label="Arrow keys always move me"
     layout="topleft"
     left="30"
     name="arrow_keys_move_avatar_check"
     width="237" />
</panel>