mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
page: set vexpand for pages
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user