summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlexander Mikhaylenko <alexm@gnome.org>2020-05-11 03:22:15 +0500
committerAlexander Mikhaylenko <alexm@gnome.org>2020-05-11 03:22:15 +0500
commite162b3ee1970dcf0b50e9ad6a1b532ae455dfc5c (patch)
tree60e10a54af5b6fad9fedcc22244bf32091a6ecbb /tests
parent1fd75d0fa26124f89a962d94beeaa8c12c1b35af (diff)
downloadgtk+-e162b3ee1970dcf0b50e9ad6a1b532ae455dfc5c.tar.gz
tests: Fix testcalendar layout
Add a missing expand.
Diffstat (limited to 'tests')
-rw-r--r--tests/testcalendar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testcalendar.c b/tests/testcalendar.c
index 978316d88d..a697fa5937 100644
--- a/tests/testcalendar.c
+++ b/tests/testcalendar.c
@@ -200,6 +200,7 @@ create_calendar(void)
g_signal_connect (window, "destroy", G_CALLBACK (quit_cb), &done);
hpaned = gtk_paned_new (GTK_ORIENTATION_HORIZONTAL);
+ gtk_widget_set_vexpand (hpaned, TRUE);
/* Calendar widget */