diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/values/config.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/res/values/config.xml b/res/values/config.xml index fc63a50..426fcc2 100644 --- a/res/values/config.xml +++ b/res/values/config.xml @@ -16,10 +16,10 @@ <resources> - <!-- Maximum size of photos inserted in social stream items --> - <integer name="config_stream_item_photo_max_bytes">71680</integer> - - <!-- Maximum dimension (height or width) of contact display photos --> + <!-- + Maximum dimension (height or width) of contact display photos or + photos from the social stream. + --> <integer name="config_max_display_photo_dim">256</integer> <!-- Maximum dimension (height or width) of contact photo thumbnails --> |