summaryrefslogtreecommitdiff
path: root/data/org.mate.Atril.gschema.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'data/org.mate.Atril.gschema.xml.in')
-rw-r--r--data/org.mate.Atril.gschema.xml.in51
1 files changed, 51 insertions, 0 deletions
diff --git a/data/org.mate.Atril.gschema.xml.in b/data/org.mate.Atril.gschema.xml.in
new file mode 100644
index 00000000..fefc114f
--- /dev/null
+++ b/data/org.mate.Atril.gschema.xml.in
@@ -0,0 +1,51 @@
+<schemalist>
+
+ <enum id="org.mate.Atril.SizingMode">
+ <value nick="best-fit" value="0"/>
+ <value nick="fit-width" value="1"/>
+ <value nick="free" value="2"/>
+ </enum>
+
+ <schema id="org.mate.Atril" path="/org/mate/atril/" gettext-domain="atril">
+ <key name="override-restrictions" type="b">
+ <default>true</default>
+ <_summary>Override document restrictions</_summary>
+ <_description>Override document restrictions, like restriction to copy or to print.</_description>
+ </key>
+ <child name="default" schema="org.mate.Atril.Default"/>
+ </schema>
+
+ <schema id="org.mate.Atril.Default" path="/org/mate/atril/default/" gettext-domain="atril">
+ <key name="show-toolbar" type="b">
+ <default>true</default>
+ </key>
+ <key name="show-sidebar" type="b">
+ <default>true</default>
+ </key>
+ <key name="window-ratio" type="(dd)">
+ <default>(0., 0.)</default>
+ </key>
+ <key name="sizing-mode" enum="org.mate.Atril.SizingMode">
+ <default>'fit-width'</default>
+ </key>
+ <key name="inverted-colors" type="b">
+ <default>false</default>
+ </key>
+ <key name="continuous" type="b">
+ <default>true</default>
+ </key>
+ <key name="dual-page" type="b">
+ <default>false</default>
+ </key>
+ <key name="fullscreen" type="b">
+ <default>false</default>
+ </key>
+ <key name="sidebar-page" type="s">
+ <default>'links'</default>
+ </key>
+ <key name="sidebar-size" type="i">
+ <default>132</default>
+ </key>
+ </schema>
+
+</schemalist>