diff options
author | Shaun McCance <shaunm@gnome.org> | 2010-04-27 20:34:13 -0500 |
---|---|---|
committer | Shaun McCance <shaunm@gnome.org> | 2010-04-27 20:34:13 -0500 |
commit | ce9025fffd63568305313cd7fddbd17fd8e058f5 (patch) | |
tree | 28ba547dffbf8866aac6459eb1f1a960353359f3 /data/org.gnome.yelp.gschema.xml | |
parent | 1fda177daffe669c8843fb04c661cc414d3242f3 (diff) | |
download | yelp-ce9025fffd63568305313cd7fddbd17fd8e058f5.tar.gz |
[yelp-application] Store window geometry per-document
The width and height of the window are stored and set per-document, using
distinct paths with GSettings. We also use a timeout to so that we don't
keep setting the settings over and over while we resize.
Diffstat (limited to 'data/org.gnome.yelp.gschema.xml')
-rw-r--r-- | data/org.gnome.yelp.gschema.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/data/org.gnome.yelp.gschema.xml b/data/org.gnome.yelp.gschema.xml index 94b0adc1..046f9d56 100644 --- a/data/org.gnome.yelp.gschema.xml +++ b/data/org.gnome.yelp.gschema.xml @@ -1,5 +1,5 @@ <schemalist> -<schema id="org.gnome.yelp" path="/org/gnome/yelp"> +<schema id="org.gnome.yelp" path="/org/gnome/yelp/"> <key name="show-cursor" type="b"> <default>false</default> </key> @@ -16,4 +16,9 @@ --> </key> </schema> +<schema id="org.gnome.yelp.documents"> + <key name="geometry" type="(ii)"> + <default>(520,580)</default> + </key> +</schema> </schemalist> |