summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_region_terrain.xml
blob: d7a629e5436e4fa2ec9e33f26bb438289abf69a8 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 border="true"
 follows="top|left"
 height="320"
 help_topic="panel_region_terrain_tab"
 label="Terrain"
 layout="topleft"
 left="0"
 name="Terrain"
 top="320"
 width="480">
    <text
     follows="left|top"
     font="SansSerif"
     height="20"
     layout="topleft"
     left="10"
     name="region_text_lbl"
     top="10"
     width="100">
        Region:
    </text>
    <text
     follows="left|top"
     font="SansSerif"
     height="20"
     layout="topleft"
     left_delta="50"
     name="region_text"
     top_delta="0"
     width="400">
        unknown
    </text>
    <spinner
     follows="left|top"
     height="20"
     label="Water Height"
     label_width="120"
     layout="topleft"
     left="15"
     max_val="100"
     name="water_height_spin"
     top="40"
     width="180" />
    <spinner
     follows="left|top"
     height="20"
     increment="0.2"
     label="Terrain Raise Limit"
     label_width="120"
     layout="topleft"
     left="15"
     max_val="100"
     name="terrain_raise_spin"
     top="60"
     width="180" />
    <spinner
     follows="left|top"
     height="20"
     increment="0.2"
     label="Terrain Lower Limit"
     label_width="120"
     layout="topleft"
     left="15"
     max_val="0"
     min_val="-100"
     name="terrain_lower_spin"
     top="80"
     width="180" />
    <check_box
     height="20"
     label="Use Estate Sun"
     layout="topleft"
     left="250"
     name="use_estate_sun_check"
     top="35"
     width="100" />
    <check_box
     height="20"
     label="Fixed Sun"
     layout="topleft"
     left="250"
     name="fixed_sun_check"
     top="55"
     width="100" />
    <icon
     height="20"
     image_name="icon_day_cycle.tga"
     layout="topleft"
     left="285"
     name="daycycle"
     top="80"
     width="165" />
    <slider
     follows="left|top"
     height="20"
     increment="0.001"
     label="Phase"
     layout="topleft"
     left="250"
     max_val="30"
     min_val="6"
     name="sun_hour_slider"
     show_text="false"
     top="105"
     width="200" />
    <button
     enabled="false"
     follows="left|top"
     height="20"
     label="Apply"
     layout="topleft"
     left="350"
     name="apply_btn"
     top="135"
     width="90" />
    <combo_box
     height="23"
     layout="topleft"
     left="50"
     name="SkyPresetsCombo"
     top="165"
     width="150" />
    <combo_box
     height="23"
     layout="topleft"
     left="200"
     name="WaterPresetsCombo"
     top="165"
     width="150" />
    <button
     enabled="false"
     follows="left|top"
     height="20"
     label="Apply"
     layout="topleft"
     left="370"
     name="wes_apply_btn"
     top="165"
     width="90" />
    <button
     enabled="false"
     follows="left|top"
     height="20"
     label="Edit Environment"
     layout="topleft"
     left="370"
     name="env_editor_btn"
     top="195"
     width="120" />
    <view_border
     bevel_style="none"
     follows="top|left"
     height="130"
     layout="topleft"
     left="8"
     top="30"
     width="460" />
    <button
     follows="left|top"
     height="20"
     label="Download RAW terrain..."
     layout="topleft"
     left_delta="2"
     name="download_raw_btn"
     tool_tip="Available only to estate owners, not managers"
     top_pad="60"
     width="170" />
    <button
     follows="left|top"
     height="20"
     label="Upload RAW terrain..."
     layout="topleft"
     left="10"
     name="upload_raw_btn"
     tool_tip="Available only to estate owners, not managers"
     top="243"
     width="170" />
    <button
     follows="left|top"
     height="20"
     label="Bake Terrain"
     layout="topleft"
     left="10"
     name="bake_terrain_btn"
     tool_tip="Set current terrain as mid-point for raise/lower limits"
     top="283"
     width="100" />
</panel>