[grilo] test-ui: Make the test window a decent size
- From: Juan A. Suarez Romero <jasuarez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo] test-ui: Make the test window a decent size
- Date: Fri, 25 May 2012 14:59:13 +0000 (UTC)
commit a04126262faaadd98ce871f533f38c6b954c9d42
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 093b261..2b8bdc7 100644
--- a/tools/grilo-test-ui/main.c
+++ b/tools/grilo-test-ui/main.c
@@ -1608,6 +1608,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]