diff options
author | infirit <[email protected]> | 2014-12-18 19:07:46 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-18 19:07:46 +0100 |
commit | 89c2ba95156b8ccd9d7493121f4a691ffbe927c1 (patch) | |
tree | 1b169ab49596d727aa2afc895f044de4a1e4e951 /src/org.mate.system-monitor.gschema.xml.in.in | |
parent | 61a40499507138fd1620475487c1b6772be3e37a (diff) | |
download | mate-system-monitor-89c2ba95156b8ccd9d7493121f4a691ffbe927c1.tar.bz2 mate-system-monitor-89c2ba95156b8ccd9d7493121f4a691ffbe927c1.tar.xz |
Also remember the window position, not only the size
Taken from GSM commit: c123b59145d3b5aa9ba6f65985037b63bcdf2a67
From: Robert Roth <[email protected]>
Gnome bug: http://bugzilla.gnome.org/show_bug.cgi?id=343861
Diffstat (limited to 'src/org.mate.system-monitor.gschema.xml.in.in')
-rw-r--r-- | src/org.mate.system-monitor.gschema.xml.in.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/org.mate.system-monitor.gschema.xml.in.in b/src/org.mate.system-monitor.gschema.xml.in.in index 56e249f..df9e14f 100644 --- a/src/org.mate.system-monitor.gschema.xml.in.in +++ b/src/org.mate.system-monitor.gschema.xml.in.in @@ -9,6 +9,14 @@ <default>495</default> <_summary>Main Window height</_summary> </key> + <key name="x-position" type="i"> + <default>0</default> + <_summary>Main Window X position</_summary> + </key> + <key name="y-position" type="i"> + <default>0</default> + <_summary>Main Window Y position</_summary> + </key> <key name="show-tree" type="b"> <default>false</default> <_summary>Show process dependencies in tree form</_summary> |