testtoolbar: Don't expand rows that shouldn't be expanded
authorBenjamin Otte <otte@redhat.com>
Tue, 7 Jul 2015 19:38:59 +0000 (21:38 +0200)
committerBenjamin Otte <otte@redhat.com>
Wed, 8 Jul 2015 03:48:59 +0000 (05:48 +0200)
tests/testtoolbar.c

index 460712bef9bd0ad8e0b7b0d4a9d991616531df6e..51d4dd5dfae84cfe35527a39eb2cf2180af5fed8 100644 (file)
@@ -504,12 +504,10 @@ main (gint argc, gchar **argv)
 
   hbox1 = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 3);
   gtk_container_set_border_width (GTK_CONTAINER (hbox1), 5);
-  gtk_widget_set_vexpand (hbox1, TRUE);
   gtk_grid_attach (GTK_GRID (grid), hbox1, 1, 1, 1, 1);
 
   hbox2 = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 2);
   gtk_container_set_border_width (GTK_CONTAINER (hbox2), 5);
-  gtk_widget_set_vexpand (hbox2, TRUE);
   gtk_grid_attach (GTK_GRID (grid), hbox2, 1, 2, 1, 1);
 
   checkbox = gtk_check_button_new_with_mnemonic("_Vertical");