diff options
author | raveit65 <[email protected]> | 2016-07-14 13:47:44 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-22 15:23:49 +0200 |
commit | 53b19649960bf982bbc6e54943db81e53d6c477e (patch) | |
tree | cf3edaf8b1575b9dc5bbbeeb03ae968a07280e72 /data | |
parent | d258be6e6cdf2326463600df83ecfdb5b9de6d5b (diff) | |
download | atril-53b19649960bf982bbc6e54943db81e53d6c477e.tar.bz2 atril-53b19649960bf982bbc6e54943db81e53d6c477e.tar.xz |
Split dual mode option into dual mode with odd and even pages on the left
Diffstat (limited to 'data')
-rw-r--r-- | data/atril-ui.xml | 1 | ||||
-rw-r--r-- | data/org.mate.Atril.gschema.xml | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/data/atril-ui.xml b/data/atril-ui.xml index 823f7bd1..d6161396 100644 --- a/data/atril-ui.xml +++ b/data/atril-ui.xml @@ -41,6 +41,7 @@ <separator/> <menuitem name="ViewContinuousMenu" action="ViewContinuous"/> <menuitem name="ViewDualMenu" action="ViewDual"/> + <menuitem name="ViewDualOddLeftMenu" action="ViewDualOddLeft"/> <separator/> <menuitem name="ViewInvertedColors" action="ViewInvertedColors"/> <separator/> diff --git a/data/org.mate.Atril.gschema.xml b/data/org.mate.Atril.gschema.xml index e3d32c42..0b2ee18f 100644 --- a/data/org.mate.Atril.gschema.xml +++ b/data/org.mate.Atril.gschema.xml @@ -59,6 +59,9 @@ <key name="dual-page" type="b"> <default>false</default> </key> + <key name="dual-page-odd-left" type="b"> + <default>false</default> + </key> <key name="fullscreen" type="b"> <default>false</default> </key> |