diff options
| author | Paul ProductEngine <pguslisty@productengine.com> | 2011-06-21 21:00:06 +0300 | 
|---|---|---|
| committer | Paul ProductEngine <pguslisty@productengine.com> | 2011-06-21 21:00:06 +0300 | 
| commit | 9afc77ba0affee16d9dbee312417aaef541eabba (patch) | |
| tree | 27794d1dff6ec88635ea7e3be442840235fba2ca /indra/newview/app_settings | |
| parent | 226bf6db06ee3d3703a39a5cd5a7ed5776796e55 (diff) | |
SH-1719 FIXED Viewer side cleanup of presentation of accounting data in build tools
- Moved grid mode combo box to the grid options floater
- Updated UI of the build floater according to the spec
- Fixed "conflict" between LLFloaterOpenHandler and LLFloaterHandler command handlers
Diffstat (limited to 'indra/newview/app_settings')
| -rwxr-xr-x | indra/newview/app_settings/settings.xml | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 52064c96f2..cf07350d85 100755 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -9398,6 +9398,17 @@        <key>Value</key>        <integer>0</integer>      </map> +    <key>ShowAdvancedBuilderOptions</key> +    <map> +      <key>Comment</key> +      <string>Shows physics and display weight</string> +      <key>Persist</key> +      <integer>1</integer> +      <key>Type</key> +      <string>Boolean</string> +      <key>Value</key> +      <integer>0</integer> +    </map>      <key>ShowAdvancedGraphicsSettings</key>      <map>        <key>Comment</key> | 
