[sysprof/wip/gtk4-port: 101/125] page: set vexpand for pages
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sysprof/wip/gtk4-port: 101/125] page: set vexpand for pages
- Date: Fri, 29 Oct 2021 02:02:34 +0000 (UTC)
commit 78406c9f09e261c20934f187fef244e573b625e3
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]