]> git.cworth.org Git - loa/commitdiff
Increase the default size a bit.
authorCarl Worth <cworth@cworth.org>
Sun, 24 Feb 2008 01:53:56 +0000 (17:53 -0800)
committerCarl Worth <cworth@cworth.org>
Sun, 24 Feb 2008 01:53:56 +0000 (17:53 -0800)
loa.c

diff --git a/loa.c b/loa.c
index 49b4f16ff63dd2cfc30b5ba2cfa8135a55a8ce2b..3333fc33eb75a56ddb1a99285f5cb7736f9bc97f 100644 (file)
--- a/loa.c
+++ b/loa.c
@@ -145,7 +145,7 @@ main (int argc, char *argv[])
 
     window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
 
-    gtk_window_set_default_size (GTK_WINDOW (window), 100, 100);
+    gtk_window_set_default_size (GTK_WINDOW (window), 256, 256);
 
     g_signal_connect (window, "delete-event",
                      G_CALLBACK (on_delete_event_quit), NULL);