[gnome-chess] Increase default width to 700



commit 4a9cee45c970c722a38177b5e3105480ccb38520
Author: Michael Catanzaro <mike catanzaro gmail com>
Date:   Sun May 12 13:05:48 2013 -0500

    Increase default width to 700
    
    This is set to avoid jarring changes in size that occur when the current
    size is too small to accomodate the move description (at least for
    English users).

 data/org.gnome.gnome-chess.gschema.xml.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/org.gnome.gnome-chess.gschema.xml.in b/data/org.gnome.gnome-chess.gschema.xml.in
index a7a2465..40b5a4a 100644
--- a/data/org.gnome.gnome-chess.gschema.xml.in
+++ b/data/org.gnome.gnome-chess.gschema.xml.in
@@ -23,7 +23,7 @@
 
   <schema id="org.gnome.gnome-chess.Settings" path="/org/gnome/gnome-chess/" gettext-domain="gnome-games">
     <key name="width" type="i">
-      <default>500</default>
+      <default>700</default>
       <_summary>The width of the window</_summary>
       <_description>The width of the main window in pixels.</_description>
     </key>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]