mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
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:
@ -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);
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="DzlMultiPaned">
|
||||
<object class="GtkPaned">
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="visible">true</property>
|
||||
<child>
|
||||
|
||||
Reference in New Issue
Block a user