summaryrefslogtreecommitdiff
path: root/data/org.gnome.nautilus.gschema.xml
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@gnome.org>2018-03-02 17:09:07 +0200
committerCarlos Soriano <csoriano1618@gmail.com>2018-03-12 14:00:50 +0000
commite8d66ca9ac6611f7dc3dc520f06df94d243ffa5c (patch)
tree0cc05db60d380cdf7d6aa625b47119ce7b2fcf7a /data/org.gnome.nautilus.gschema.xml
parentee55096a9e36e7246afe655134c2f1bfb135a5bb (diff)
downloadnautilus-e8d66ca9ac6611f7dc3dc520f06df94d243ffa5c.tar.gz
gschema: fix key description
Since 611f381d561024b0a590237c31fc0612e6698530, the limit is no longer expressed in bytes.
Diffstat (limited to 'data/org.gnome.nautilus.gschema.xml')
-rw-r--r--data/org.gnome.nautilus.gschema.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/data/org.gnome.nautilus.gschema.xml b/data/org.gnome.nautilus.gschema.xml
index 3c4ace4b7..cffe06661 100644
--- a/data/org.gnome.nautilus.gschema.xml
+++ b/data/org.gnome.nautilus.gschema.xml
@@ -158,9 +158,10 @@
<description>Speed trade-off for when to show a file as a thumbnail. If set to “always” then always thumbnail, even if the folder is on a remote server. If set to “local-only” then only show thumbnails for local file systems. If set to “never” then never bother to thumbnail files, just use a generic icon. Despite what the name may suggest, this applies to any previewable file type.</description>
</key>
<key type="t" name="thumbnail-limit">
- <default>10485760</default>
+ <range max="4096"/>
+ <default>10</default>
<summary>Maximum image size for thumbnailing</summary>
- <description>Images over this size (in bytes) won’t be thumbnailed. The purpose of this setting is to avoid thumbnailing large images that may take a long time to load or use lots of memory.</description>
+ <description>Images over this size (in megabytes) won’t be thumbnailed. The purpose of this setting is to avoid thumbnailing large images that may take a long time to load or use lots of memory.</description>
</key>
<key name="default-sort-order" enum="org.gnome.nautilus.SortOrder">
<aliases>