From db877ef14b15c2c2f8572954589fc81fcf6d8626 Mon Sep 17 00:00:00 2001 From: infirit Date: Thu, 18 Dec 2014 20:32:15 +0100 Subject: Use a tuple to store window state Taken from GSM commit: d347dd13681b7f57b28bc609d94cbcc597049951 From: Stefano Facchini Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=649398 --- src/org.mate.system-monitor.gschema.xml.in.in | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to 'src/org.mate.system-monitor.gschema.xml.in.in') diff --git a/src/org.mate.system-monitor.gschema.xml.in.in b/src/org.mate.system-monitor.gschema.xml.in.in index df9e14f..7abcd11 100644 --- a/src/org.mate.system-monitor.gschema.xml.in.in +++ b/src/org.mate.system-monitor.gschema.xml.in.in @@ -1,21 +1,9 @@ - - 440 - <_summary>Main Window width - - - 495 - <_summary>Main Window height - - - 0 - <_summary>Main Window X position - - - 0 - <_summary>Main Window Y position + + (700, 500, 50, 50) + <_summary>Main window size and position in the form (width, height, xpos, ypos) false -- cgit v1.2.1