diff options
author | Timm Bäder <mail@baedert.org> | 2016-10-02 17:37:22 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-10-16 18:17:21 +0200 |
commit | f45dadadd00d892ba16dc081240987425bc32346 (patch) | |
tree | 181fc50993716de719c7d993c9d66bb7b2adb090 /tests/testheightforwidth.c | |
parent | c301357627172e4aeb3a7cb8d04fd5428d930df4 (diff) | |
download | gtk+-f45dadadd00d892ba16dc081240987425bc32346.tar.gz |
box: Remove 'padding' child property
Diffstat (limited to 'tests/testheightforwidth.c')
-rw-r--r-- | tests/testheightforwidth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testheightforwidth.c b/tests/testheightforwidth.c index ba3fd0188f..1bc63e7be7 100644 --- a/tests/testheightforwidth.c +++ b/tests/testheightforwidth.c @@ -963,7 +963,7 @@ create_window (void) g_signal_connect (G_OBJECT (button), "clicked", G_CALLBACK (test_clicked), &interfaces[i]); - gtk_box_pack_start (GTK_BOX (vbox), button, FALSE, FALSE, 0); + gtk_box_pack_start (GTK_BOX (vbox), button, FALSE, FALSE); gtk_widget_show (button); } |