summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-05-08 12:08:30 +0200
committerraveit65 <[email protected]>2016-05-26 16:15:22 +0200
commit3551d1c5e7fff4665b12b607f87529995307338c (patch)
tree86eef2ae2a402866029bc404264ca0ccdf841fcd /data
parentf800ce9e483940f5969bf1b29506f149b4a0511e (diff)
downloadatril-3551d1c5e7fff4665b12b607f87529995307338c.tar.bz2
atril-3551d1c5e7fff4665b12b607f87529995307338c.tar.xz
ev-window: add new gsetting to set the page cache size
https://bugzilla.gnome.org/show_bug.cgi?id=642683 inspired from: https://git.gnome.org/browse/evince/commit/?id=392d8e3 https://git.gnome.org/browse/evince/commit/?id=e656398
Diffstat (limited to 'data')
-rw-r--r--data/org.mate.Atril.gschema.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/org.mate.Atril.gschema.xml b/data/org.mate.Atril.gschema.xml
index 04195a33..439d11e7 100644
--- a/data/org.mate.Atril.gschema.xml
+++ b/data/org.mate.Atril.gschema.xml
@@ -25,6 +25,12 @@
<default>nothing</default>
<summary>The URI of the directory last used to save a picture</summary>
</key>
+ <key name="page-cache-size" type="u">
+ <default>50</default>
+ <summary>Page cache size in MiB</summary>
+ <description>The maximum size that will be used to cache rendered pages, limits maximum zoom level.</description>
+ </key>
+
<child name="default" schema="org.mate.Atril.Default"/>
</schema>