[evince] Switch the default sizing mode to automatic
- From: Germán Poo-Caamaño <gpoo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] Switch the default sizing mode to automatic
- Date: Sun, 15 Jul 2018 16:05:15 +0000 (UTC)
commit 87cb7f351301cdb07902a328c36c837afb6fccae
Author: Juanjo Marin <juanj marin juntadeandalucia es>
Date: Thu Jul 24 10:42:22 2014 +0200
Switch the default sizing mode to automatic
https://bugzilla.gnome.org/show_bug.cgi?id=733632
Fixes #482
data/org.gnome.Evince.gschema.xml.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/data/org.gnome.Evince.gschema.xml.in b/data/org.gnome.Evince.gschema.xml.in
index 093d6f01..fda312bf 100644
--- a/data/org.gnome.Evince.gschema.xml.in
+++ b/data/org.gnome.Evince.gschema.xml.in
@@ -4,6 +4,7 @@
<value nick="fit-page" value="0"/>
<value nick="fit-width" value="1"/>
<value nick="free" value="2"/>
+ <value nick="automatic" value="3"/>
</enum>
<schema id="org.gnome.Evince" path="/org/gnome/evince/" gettext-domain="evince">
@@ -55,7 +56,7 @@
<default>(0., 0.)</default>
</key>
<key name="sizing-mode" enum="org.gnome.Evince.SizingMode">
- <default>'fit-width'</default>
+ <default>'automatic'</default>
</key>
<key name="zoom" type="d">
<default>1.</default>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]