From 3218ede68ac8847341761f78ef21f08431b5be22 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Fri, 1 Oct 2021 13:48:07 -0700 Subject: [PATCH] page: set vexpand for pages --- src/libsysprof-ui/sysprof-page.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libsysprof-ui/sysprof-page.c b/src/libsysprof-ui/sysprof-page.c index 48aeb321..45f61152 100644 --- a/src/libsysprof-ui/sysprof-page.c +++ b/src/libsysprof-ui/sysprof-page.c @@ -185,6 +185,7 @@ sysprof_page_class_init (SysprofPageClass *klass) static void sysprof_page_init (SysprofPage *self) { + gtk_widget_set_vexpand (GTK_WIDGET (self), TRUE); } /**