[Xfce4-commits] [apps/mousepad] 24/45: Move window-height and window-width in schema

noreply at xfce.org noreply at xfce.org
Fri Jul 11 13:03:29 CEST 2014


This is an automated email from the git hooks/post-receive script.

mbrush pushed a commit to branch master
in repository apps/mousepad.

commit 8df405f985b7a4087937a26a4d2fa6196bd74f87
Author: Matthew Brush <mbrush at codebrainz.ca>
Date:   Sun Jul 6 23:21:08 2014 -0700

    Move window-height and window-width in schema
    
    Put next to window-remember-geometry and improve its description.
---
 mousepad/org.xfce.Mousepad.gschema.xml |   32 +++++++++++++-------------------
 1 file changed, 13 insertions(+), 19 deletions(-)

diff --git a/mousepad/org.xfce.Mousepad.gschema.xml b/mousepad/org.xfce.Mousepad.gschema.xml
index 6083d7b..724ab44 100644
--- a/mousepad/org.xfce.Mousepad.gschema.xml
+++ b/mousepad/org.xfce.Mousepad.gschema.xml
@@ -204,18 +204,6 @@
 
     <!-- Window preferences -->
 
-    <key name="window-height" type="i">
-      <default>480</default>
-      <summary>Window height</summary>
-      <description>The height of window in pixels.</description>
-    </key>
-
-    <key name="window-width" type="i">
-      <default>640</default>
-      <summary>Window width</summary>
-      <description>The width of windows in pixels.</description>
-    </key>
-
     <key name="window-statusbar-visible" type="b">
       <default>true</default>
       <summary>Statusbar visible</summary>
@@ -269,17 +257,23 @@
       </description>
     </key>
 
+    <key name="window-height" type="i">
+      <default>480</default>
+      <summary>Window height</summary>
+      <description>The height of window in pixels.</description>
+    </key>
+
+    <key name="window-width" type="i">
+      <default>640</default>
+      <summary>Window width</summary>
+      <description>The width of windows in pixels.</description>
+    </key>
+
     <key name="window-remember-geometry" type="b">
       <default>true</default>
       <summary>Remember window geometry</summary>
       <description>
-        When true the size and position of the window will be saved and restored
-        for the next window if possible. Note that this feature may not behave
-        as expected with all window managers as the size and/or position reported
-        may vary depending on the size of window decorations or the number and
-        resolutions of currently connected monitors. If your windows are showing
-        off-screen or in weird locations, set this to false to use your window
-        manager's default window positioning mechanism.
+        When true the size of the window will be saved and restored.
       </description>
     </key>
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list