aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-11-28 02:36:50 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-11-28 08:03:45 +0800
commitbeb8b31cd4936483ab140b52cdeb6f5d9ee6a4be (patch)
tree4120d1f055f9e1e0d973312cf53bf45cb5459416 /data
parent0206149d015e609fe80428385b5c63288e28bf99 (diff)
downloadgsoc2013-evolution-beb8b31cd4936483ab140b52cdeb6f5d9ee6a4be.tar
gsoc2013-evolution-beb8b31cd4936483ab140b52cdeb6f5d9ee6a4be.tar.gz
gsoc2013-evolution-beb8b31cd4936483ab140b52cdeb6f5d9ee6a4be.tar.bz2
gsoc2013-evolution-beb8b31cd4936483ab140b52cdeb6f5d9ee6a4be.tar.lz
gsoc2013-evolution-beb8b31cd4936483ab140b52cdeb6f5d9ee6a4be.tar.xz
gsoc2013-evolution-beb8b31cd4936483ab140b52cdeb6f5d9ee6a4be.tar.zst
gsoc2013-evolution-beb8b31cd4936483ab140b52cdeb6f5d9ee6a4be.zip
Add relocatable "org.gnome.evolution.window" schema.
Holds window size and position values.
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.evolution.gschema.xml.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/data/org.gnome.evolution.gschema.xml.in b/data/org.gnome.evolution.gschema.xml.in
index 49e940d622..3e8a2a7df4 100644
--- a/data/org.gnome.evolution.gschema.xml.in
+++ b/data/org.gnome.evolution.gschema.xml.in
@@ -16,4 +16,28 @@
<_description>The list of disabled plugins in Evolution</_description>
</key>
</schema>
+
+ <!-- Relocatable schema for persistent window size and position. -->
+ <schema gettext-domain="evolution" id="org.gnome.evolution.window">
+ <key name="x" type="i">
+ <default>0</default>
+ <_summary>The window's X coordinate</_summary>
+ </key>
+ <key name="y" type="i">
+ <default>0</default>
+ <_summary>The window's Y coordinate</_summary>
+ </key>
+ <key name="width" type="i">
+ <default>0</default>
+ <_summary>The window's width in pixels</_summary>
+ </key>
+ <key name="height" type="i">
+ <default>0</default>
+ <_summary>The window's height in pixels</_summary>
+ </key>
+ <key name="maximized" type="b">
+ <default>false</default>
+ <_summary>Whether the window is maximized</_summary>
+ </key>
+ </schema>
</schemalist>