[gnome-chess/gnome-3-8] Increase default width to 700



commit a0279be40669ba60ebbda442f56238c48894435c
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).
    (cherry picked from commit 4a9cee45c970c722a38177b5e3105480ccb38520)

 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 42bafb9..4f1d660 100644
--- a/data/org.gnome.gnome-chess.gschema.xml.in
+++ b/data/org.gnome.gnome-chess.gschema.xml.in
@@ -32,7 +32,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]