summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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);