diff options
author | raveit65 <[email protected]> | 2016-06-02 16:59:42 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-06-02 16:59:42 +0200 |
commit | 662f9e950be9d3e283157f9ed965931fc449aabb (patch) | |
tree | 18fa75f16abed8b2afd7e0a361c287b279f649bc /data | |
parent | 3a54b21cbb30473ae1773c8ff66eacde5e07d69f (diff) | |
download | atril-662f9e950be9d3e283157f9ed965931fc449aabb.tar.bz2 atril-662f9e950be9d3e283157f9ed965931fc449aabb.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.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/org.mate.Atril.gschema.xml b/data/org.mate.Atril.gschema.xml index d73069ae..d582018e 100644 --- a/data/org.mate.Atril.gschema.xml +++ b/data/org.mate.Atril.gschema.xml @@ -17,6 +17,12 @@ <summary>Automatically reload then document</summary> <description>The document is automatically reloaded on file change.</description> </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> |