[gnome-mahjongg] Increase the default window size to 900x600



commit 0792aac99ffcb51bfe6f132145ad1be7cd0300a2
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Wed Mar 12 21:12:40 2014 -0500

    Increase the default window size to 900x600
    
    This will make the game playable on touchscreens without needing to
    resize the window. The default theme is scalable, so why not make the
    tiles big enough to touch?
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724830

 data/org.gnome.gnome-mahjongg.gschema.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/org.gnome.gnome-mahjongg.gschema.xml b/data/org.gnome.gnome-mahjongg.gschema.xml
index 9fd78d3..a08404e 100644
--- a/data/org.gnome.gnome-mahjongg.gschema.xml
+++ b/data/org.gnome.gnome-mahjongg.gschema.xml
@@ -13,11 +13,11 @@
       <default>"#34385b"</default>
     </key>
     <key name="window-width" type="i">
-      <default>600</default>
+      <default>900</default>
       <summary>Width of the window in pixels</summary>
     </key>
     <key name="window-height" type="i">
-      <default>400</default>
+      <default>600</default>
       <summary>Height of the window in pixels</summary>
     </key>
     <key name="window-is-maximized" type="b">


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