diff options
Diffstat (limited to 'linden/indra/newview/skins/xui/en-us/floater_env_settings.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/en-us/floater_env_settings.xml | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/en-us/floater_env_settings.xml b/linden/indra/newview/skins/xui/en-us/floater_env_settings.xml new file mode 100644 index 0000000..31feeb4 --- /dev/null +++ b/linden/indra/newview/skins/xui/en-us/floater_env_settings.xml | |||
@@ -0,0 +1,66 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater bottom="-130" can_close="true" can_drag_on_left="false" can_minimize="true" | ||
3 | can_resize="false" height="150" hidden="false" left="50" min_height="150" | ||
4 | min_width="600" mouse_opaque="true" name="Environment Editor Floater" | ||
5 | rect_control="FloaterEnvRect" title="Environment Editor" width="600"> | ||
6 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
7 | bottom="-48" drop_shadow_visible="true" follows="left|top|right" | ||
8 | font="SansSerif" h_pad="0" halign="left" height="16" hidden="false" | ||
9 | left="10" mouse_opaque="true" name="EnvTimeText" v_pad="0" width="140"> | ||
10 | Time of Day | ||
11 | </text> | ||
12 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
13 | bottom_delta="-30" drop_shadow_visible="true" follows="left|top|right" | ||
14 | font="SansSerifSmall" h_pad="0" halign="left" height="16" hidden="false" | ||
15 | left="15" mouse_opaque="true" name="EnvTimeText2" v_pad="0" width="140"> | ||
16 | 12:00 PM | ||
17 | </text> | ||
18 | <icon bottom="-55" follows="left|top" height="25" image_name="icon_diurnal.tga" | ||
19 | left="85" name="EnvDayCycle" width="200" /> | ||
20 | <slider bottom_delta="-20" can_edit_text="false" control_name="EnvTimeSlider" | ||
21 | decimal_digits="2" follows="left" height="10" increment="0.0069444" | ||
22 | initial_val="0.7" label="" left_delta="0" max_val="0.99" min_val="0" | ||
23 | mouse_opaque="true" name="EnvTimeSlider" show_text="false" value="0.0" | ||
24 | width="200" /> | ||
25 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
26 | bottom="-102" drop_shadow_visible="true" follows="left|top|right" | ||
27 | font="SansSerif" h_pad="0" halign="left" height="16" hidden="false" | ||
28 | left="10" mouse_opaque="true" name="EnvCloudText" v_pad="0" width="140"> | ||
29 | Cloud Cover | ||
30 | </text> | ||
31 | <slider bottom="-100" can_edit_text="false" control_name="EnvCloudSlider" | ||
32 | decimal_digits="2" follows="left" height="10" increment="0.01" | ||
33 | initial_val="0.7" label="" left="85" max_val="1" min_val="0" | ||
34 | mouse_opaque="true" name="EnvCloudSlider" show_text="true" value="0.7" | ||
35 | width="210" /> | ||
36 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
37 | bottom="-55" drop_shadow_visible="true" follows="left|top|right" | ||
38 | font="SansSerif" h_pad="0" halign="left" height="16" hidden="false" | ||
39 | left="310" mouse_opaque="true" name="EnvWaterColorText" v_pad="0" | ||
40 | width="140"> | ||
41 | Water Color | ||
42 | </text> | ||
43 | <color_swatch border_color="0.45098, 0.517647, 0.607843, 1" bottom="-80" | ||
44 | can_apply_immediately="true" color="0.5, 0.5, 0.5, 1" follows="left|top" | ||
45 | height="50" hidden="false" label="" left="390" mouse_opaque="true" | ||
46 | name="EnvWaterColor" tool_tip="Click to open Color Picker" width="40" /> | ||
47 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
48 | bottom="-102" drop_shadow_visible="true" follows="left|top|right" | ||
49 | font="SansSerif" h_pad="0" halign="left" height="16" hidden="false" | ||
50 | left="310" mouse_opaque="true" name="EnvWaterFogText" v_pad="0" width="140"> | ||
51 | Water Fog | ||
52 | </text> | ||
53 | <slider bottom="-100" can_edit_text="false" control_name="EnvWaterFogSlider" | ||
54 | decimal_digits="2" follows="left" height="10" increment="0.1" | ||
55 | initial_val="0" label="" left="385" max_val="10" min_val="0" | ||
56 | mouse_opaque="true" name="EnvWaterFogSlider" show_text="true" value="0" | ||
57 | width="210" /> | ||
58 | <button bottom="-140" follows="left|top" font="SansSerifSmall" height="20" | ||
59 | label="Use Estate Time" left="8" name="EnvUseEstateTimeButton" width="137" /> | ||
60 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="20" | ||
61 | label="Advanced Sky" left="154" name="EnvAdvancedSkyButton" width="137" /> | ||
62 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="20" | ||
63 | label="Advanced Water" left="300" name="EnvAdvancedWaterButton" width="137" /> | ||
64 | <button bottom="-40" follows="left|top" font="SansSerif" height="18" label="?" | ||
65 | left="570" name="EnvSettingsHelpButton" width="22" /> | ||
66 | </floater> | ||