diff options
author | infirit <[email protected]> | 2014-12-08 22:58:09 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-08 22:58:09 +0100 |
commit | 4c3a7e168575c4c8a0e235fe9da428759546ba2f (patch) | |
tree | 5277481a3ba512cd333c90c47549264674618293 /data | |
parent | 730924bea728462bc7e3abbe988b4823451c9358 (diff) | |
download | atril-4c3a7e168575c4c8a0e235fe9da428759546ba2f.tar.bz2 atril-4c3a7e168575c4c8a0e235fe9da428759546ba2f.tar.xz |
Save zoom factor in default settings when sizing mode is free, close #87
Taken from evince commit: 78cc0d30890045101ccf107eb30a21aeff94deb0
From: Carlos Garcia Campos <[email protected]>
Gnome bug: http://bugzilla.gnome.org/show_bug.cgi?id=653383
Diffstat (limited to 'data')
-rw-r--r-- | data/org.mate.Atril.gschema.xml.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/org.mate.Atril.gschema.xml.in b/data/org.mate.Atril.gschema.xml.in index fefc114f..fe7893ea 100644 --- a/data/org.mate.Atril.gschema.xml.in +++ b/data/org.mate.Atril.gschema.xml.in @@ -28,6 +28,9 @@ <key name="sizing-mode" enum="org.mate.Atril.SizingMode"> <default>'fit-width'</default> </key> + <key name="zoom" type="d"> + <default>1.</default> + </key> <key name="inverted-colors" type="b"> <default>false</default> </key> |