[sysprof/wip/gtk4-port: 107/131] page: set vexpand for pages




commit 3218ede68ac8847341761f78ef21f08431b5be22
Author: Christian Hergert <chergert redhat com>
Date:   Fri Oct 1 13:48:07 2021 -0700

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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]