diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/org.mate.eom.gschema.xml.in.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/org.mate.eom.gschema.xml.in.in b/data/org.mate.eom.gschema.xml.in.in index fbf8e0b..3579727 100644 --- a/data/org.mate.eom.gschema.xml.in.in +++ b/data/org.mate.eom.gschema.xml.in.in @@ -87,9 +87,9 @@ <default>false</default> <_summary>Show/Hide the image collection pane.</_summary> </key> - <key name="image-collection-position" type="i"> - <default>0</default> - <_summary>Image collection pane position. Set to 0 for bottom; 1 for left; 2 for top; 3 for right.</_summary> + <key name="image-collection-position" enum="org.mate.eom.EomWindowCollectionPos"> + <default>'bottom'</default> + <_summary>Image collection pane position.</_summary> </key> <key name="image-collection-resizable" type="b"> <default>false</default> |