[iagno] Show grid by default



commit 41188b5bb0cb90f068335f0f6389f3ebad569200
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Fri Sep 13 19:46:16 2013 -0500

    Show grid by default
    
    This is a temporary change to allow the user to see the edge of the
    board.  It'd be nice to simply display the edge of the board instead.

 data/org.gnome.iagno.gschema.xml.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/org.gnome.iagno.gschema.xml.in b/data/org.gnome.iagno.gschema.xml.in
index 7b2d51e..24d9ad2 100644
--- a/data/org.gnome.iagno.gschema.xml.in
+++ b/data/org.gnome.iagno.gschema.xml.in
@@ -12,7 +12,7 @@
       <default>'black_and_white.svg'</default>
     </key>
     <key name="show-grid" type="b">
-      <default>false</default>
+      <default>true</default>
     </key>
     <key name="flip-final-results" type="b">
       <default>true</default>


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