[gtk+] tests: Make testwindows dialog even more beautiful



commit 3658e7a459341fb7c27dd6cd95933be86fd84b69
Author: Benjamin Otte <otte redhat com>
Date:   Tue Sep 27 02:38:05 2011 +0200

    tests: Make testwindows dialog even more beautiful

 tests/testwindows.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/testwindows.c b/tests/testwindows.c
index c8766f2..c338018 100644
--- a/tests/testwindows.c
+++ b/tests/testwindows.c
@@ -449,7 +449,7 @@ manual_clicked (GtkWidget *button,
 					NULL);
   
 
-  table = gtk_table_new (2, 4, TRUE);
+  table = gtk_table_new (4, 2, FALSE);
   gtk_box_pack_start (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (dialog))),
 		      table,
 		      FALSE, FALSE,



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