[sysprof/wip/gtk4-port: 3/18] display: use GtkPaned




commit f120292b30b661e3cdebf0462a18a76b3bd62c33
Author: Christian Hergert <chergert redhat com>
Date:   Tue Sep 28 13:00:50 2021 -0700

    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 43b8a7d0..94f1511a 100644
--- a/src/libsysprof-ui/sysprof-display.c
+++ b/src/libsysprof-ui/sysprof-display.c
@@ -22,7 +22,6 @@
 
 #include "config.h"
 
-#include <dazzle.h>
 #include <glib/gi18n.h>
 
 #include "sysprof-details-page.h"
@@ -492,7 +491,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 @@
           </packing>
         </child>
         <child>
-          <object class="DzlMultiPaned">
+          <object class="GtkPaned">
             <property name="orientation">vertical</property>
             <property name="visible">true</property>
             <child>


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