From 94d7e902065a93331036109b896823ed5a02d773 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Tue, 28 Sep 2021 13:00:50 -0700 Subject: [PATCH] display: use GtkPaned We don't need MultiPaned here (other than it works nicer than GtkPaned). We can move to PanelMultiPaned in the future if we need it. --- src/libsysprof-ui/sysprof-display.c | 2 -- src/libsysprof-ui/sysprof-display.ui | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/libsysprof-ui/sysprof-display.c b/src/libsysprof-ui/sysprof-display.c index b2ba2bc5..bc968bdb 100644 --- a/src/libsysprof-ui/sysprof-display.c +++ b/src/libsysprof-ui/sysprof-display.c @@ -22,7 +22,6 @@ #include "config.h" -#include #include #include "sysprof-details-page.h" @@ -499,7 +498,6 @@ sysprof_display_class_init (SysprofDisplayClass *klass) g_object_class_install_properties (object_class, N_PROPS, properties); - g_type_ensure (DZL_TYPE_MULTI_PANED); g_type_ensure (SYSPROF_TYPE_DETAILS_PAGE); g_type_ensure (SYSPROF_TYPE_FAILED_STATE_VIEW); g_type_ensure (SYSPROF_TYPE_PROFILER_ASSISTANT); diff --git a/src/libsysprof-ui/sysprof-display.ui b/src/libsysprof-ui/sysprof-display.ui index 13f80ced..8ab984c6 100644 --- a/src/libsysprof-ui/sysprof-display.ui +++ b/src/libsysprof-ui/sysprof-display.ui @@ -14,7 +14,7 @@ - + vertical true