summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlexander Mikhaylenko <alexm@gnome.org>2020-05-11 18:31:59 +0500
committerAlexander Mikhaylenko <alexm@gnome.org>2020-05-11 18:31:59 +0500
commitfb0dcaf06652f841f56a3c710fb6346bda47a5ac (patch)
tree0972f25681ab946e91d4e54865b3416431c96e45 /tests
parent4277eeee1b1e0162747c4315544f567e83e27128 (diff)
downloadgtk+-fb0dcaf06652f841f56a3c710fb6346bda47a5ac.tar.gz
tests: Expand content for testheaderbar
Diffstat (limited to 'tests')
-rw-r--r--tests/testheaderbar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testheaderbar.c b/tests/testheaderbar.c
index 539ed3bbae..9d3bcd2ba1 100644
--- a/tests/testheaderbar.c
+++ b/tests/testheaderbar.c
@@ -143,6 +143,7 @@ main (int argc, char *argv[])
content = gtk_image_new_from_icon_name ("start-here-symbolic");
gtk_image_set_pixel_size (GTK_IMAGE (content), 512);
+ gtk_widget_set_vexpand (content, TRUE);
gtk_container_add (GTK_CONTAINER (box), content);