[gnome-chess] Set a reasonable min size for the ChessView



commit 2ddb58801b5642d51b170eb7665fb2d8020c4d53
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Jul 6 15:47:33 2014 -0500

    Set a reasonable min size for the ChessView

 src/gnome-chess.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-chess.vala b/src/gnome-chess.vala
index 38cb84c..0d86c48 100644
--- a/src/gnome-chess.vala
+++ b/src/gnome-chess.vala
@@ -207,7 +207,7 @@ public class ChessApplication : Gtk.Application
         settings.bind ("board-side", scene, "board-side", SettingsBindFlags.GET);
 
         view = new ChessView ();
-        view.set_size_request (300, 300);
+        view.set_size_request (400, 400);
         view.scene = scene;
         view_container.add (view);
         view.show ();


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