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.
This commit is contained in:
Christian Hergert
2021-09-28 13:00:50 -07:00
parent f56c36b054
commit 94d7e90206
2 changed files with 1 additions and 3 deletions

View File

@ -22,7 +22,6 @@
#include "config.h"
#include <dazzle.h>
#include <glib/gi18n.h>
#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);

View File

@ -14,7 +14,7 @@
</packing>
</child>
<child>
<object class="DzlMultiPaned">
<object class="GtkPaned">
<property name="orientation">vertical</property>
<property name="visible">true</property>
<child>