diff options
author | Dave Parks <davep@lindenlab.com> | 2013-03-30 15:51:16 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2013-03-30 15:51:16 -0500 |
commit | adcf2d98e39bc8cc4b480bcf8d88a037d9b4140d (patch) | |
tree | 5ec5e9d94a7531ebd1582b0985543db7363eea81 /indra/newview/skins | |
parent | 1f739cb7bc8de7a1cc5faf3218fb350689c7fbcd (diff) |
NORSPEC-72 Set default value of glossiness to 0.2
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_tools_texture.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_tools_texture.xml b/indra/newview/skins/default/xui/en/panel_tools_texture.xml index 8382ad69d1..e156b3e07c 100644 --- a/indra/newview/skins/default/xui/en/panel_tools_texture.xml +++ b/indra/newview/skins/default/xui/en/panel_tools_texture.xml @@ -394,7 +394,7 @@ max_value="1" follows="left|top" height="19" - initial_value="0" + initial_value="0.2" layout="topleft" top_delta="-4" left_pad="10" |