diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-06-25 11:47:45 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-06-25 11:47:45 -0700 |
commit | 7eae0afabc1b809a756b947c08d05f14f4b9d4e0 (patch) | |
tree | 058d38bd04769c77ffb87e023c7476278b484287 /indra/newview/app_settings/settings.xml | |
parent | 4441edecdf27b9324b61d9e415c257e50e4909a6 (diff) |
ACME-585 Populate the drop-down box with picture resolutions
Diffstat (limited to 'indra/newview/app_settings/settings.xml')
-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 d137df6b7c..fee74586e6 100755 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -12757,6 +12757,17 @@ <key>Value</key> <integer>0</integer> </map> + <key>SocialPhotoResolution</key> + <map> + <key>Comment</key> + <string>Default resolution when sharing photo using the social floater</string> + <key>Persist</key> + <integer>1</integer> + <key>Type</key> + <string>String</string> + <key>Value</key> + <string>[i800,i600]</string> + </map> <key>sourceid</key> <map> <key>Comment</key> |