page: set vexpand for pages

This commit is contained in:
Christian Hergert
2021-10-01 13:48:07 -07:00
parent 517c63565c
commit 3218ede68a

View File

@ -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);
}
/**