diff options
author | Gigs Taggart | 2008-09-19 20:59:32 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-19 20:59:32 -0500 |
commit | bbe49803b67fe660702e638208b2b4c9a79036a3 (patch) | |
tree | 40cdd4835714bc3cebd46dec2182b8c524d8acb6 /linden/indra/newview/skins | |
parent | New optional SConstruct flag to specify an exact path to build (diff) | |
download | meta-impy-bbe49803b67fe660702e638208b2b4c9a79036a3.zip meta-impy-bbe49803b67fe660702e638208b2b4c9a79036a3.tar.gz meta-impy-bbe49803b67fe660702e638208b2b4c9a79036a3.tar.bz2 meta-impy-bbe49803b67fe660702e638208b2b4c9a79036a3.tar.xz |
VWR-2331: Terraform tool variable "strength".
Contributing authors: Gigs Taggart, Aimee Trescothick, Which Linden.
Diffstat (limited to 'linden/indra/newview/skins')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_tools.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_tools.xml b/linden/indra/newview/skins/default/xui/en-us/floater_tools.xml index db176b3..3ae37ea 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_tools.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_tools.xml | |||
@@ -278,7 +278,16 @@ | |||
278 | Large | 278 | Large |
279 | </combo_item> | 279 | </combo_item> |
280 | </combo_box> | 280 | </combo_box> |
281 | <button bottom_delta="-20" follows="left|top" font="SansSerifSmall" halign="center" | 281 | <volume_slider bottom_delta="-19" follows="left|top" height="16" hidden="false" increment="0.1" |
282 | initial_val="0.00" left="155" max_val="2.0" min_val="-1.0" | ||
283 | mouse_opaque="true" name="slider force" width="70" /> | ||
284 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
285 | bottom_delta="4" drop_shadow_visible="true" enabled="true" follows="left|top" | ||
286 | font="SansSerifSmall" h_pad="0" halign="left" height="12" hidden="false" | ||
287 | left="118" mouse_opaque="true" name="Force:" v_pad="0" width="128"> | ||
288 | Force: | ||
289 | </text> | ||
290 | <button bottom_delta="-22" follows="left|top" font="SansSerifSmall" halign="center" | ||
282 | height="16" label="Apply to selection" label_selected="Apply to selection" | 291 | height="16" label="Apply to selection" label_selected="Apply to selection" |
283 | left="118" mouse_opaque="true" name="button apply to selection" | 292 | left="118" mouse_opaque="true" name="button apply to selection" |
284 | scale_image="TRUE" tool_tip="Modify Selected Land" width="134" /> | 293 | scale_image="TRUE" tool_tip="Modify Selected Land" width="134" /> |