summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2015-07-07 21:38:59 +0200
committerBenjamin Otte <otte@redhat.com>2015-07-08 05:48:59 +0200
commit8756c03885a7dbeb6d075ab270112cf66079db3a (patch)
tree1e6cad2eee1554f6f433158b20b61cec477f15a7 /tests
parent0f6c9557959c9111714cee712d233ac3afc86657 (diff)
downloadgtk+-8756c03885a7dbeb6d075ab270112cf66079db3a.tar.gz
testtoolbar: Don't expand rows that shouldn't be expanded
Diffstat (limited to 'tests')
-rw-r--r--tests/testtoolbar.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/testtoolbar.c b/tests/testtoolbar.c
index 460712bef9..51d4dd5dfa 100644
--- a/tests/testtoolbar.c
+++ b/tests/testtoolbar.c
@@ -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");