[grilo/0.1.x] test-ui: Make the test window a decent size



commit 02e3227ea8351f09c8e0bdef7424a84806b13462
Author: Bastien Nocera <hadess hadess net>
Date:   Fri May 25 15:39:08 2012 +0100

    test-ui: Make the test window a decent size
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676822

 tools/grilo-test-ui/main.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/tools/grilo-test-ui/main.c b/tools/grilo-test-ui/main.c
index 1d83c51..9c68f7d 100644
--- a/tools/grilo-test-ui/main.c
+++ b/tools/grilo-test-ui/main.c
@@ -1571,6 +1571,7 @@ ui_setup (void)
   /* Main window */
   view->window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
   gtk_window_set_title (GTK_WINDOW (view->window), WINDOW_TITLE);
+  gtk_window_resize (GTK_WINDOW (view->window), 600, 400);
   g_signal_connect (G_OBJECT (view->window), "destroy",
                     G_CALLBACK (gtk_main_quit), NULL);
 



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