diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-12-03 12:02:41 +0200 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-12-03 12:02:41 +0200 |
commit | 9e67a2d71030db4e2f54084e141d36a44ebbb37c (patch) | |
tree | 0aaa7431f2619ecb3e8c64bdcce3009892a86c22 | |
parent | f6fba382fb06a592767a237f2fe8313a221ef6ad (diff) |
STORM-544 ADDITIONAL FIX Set default transparency for inactive floaters to 65%.
-rw-r--r-- | indra/newview/app_settings/settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 0f946b0f0b..bf8e1f47f6 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -4017,7 +4017,7 @@ <key>Type</key> <string>F32</string> <key>Value</key> - <real>0.5</real> + <real>0.65</real> </map> <key>InBandwidth</key> <map> |