libsysprof-ui: move controls above stack

This commit is contained in:
Christian Hergert
2020-02-18 19:56:30 -08:00
parent 16e35c1fa6
commit dd6b44cb2f

View File

@ -1,8 +1,5 @@
<interface>
<template class="SysprofMemprofPage" parent="SysprofPage">
<child>
<object class="GtkStack" id="stack">
<property name="visible">true</property>
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
@ -57,6 +54,9 @@
<property name="visible">true</property>
</object>
</child>
<child>
<object class="GtkStack" id="stack">
<property name="visible">true</property>
<child>
<object class="GtkPaned">
<property name="orientation">horizontal</property>
@ -258,8 +258,6 @@
</object>
</child>
</object>
</child>
</object>
<packing>
<property name="name">callgraph</property>
</packing>
@ -288,5 +286,7 @@
</child>
</object>
</child>
</object>
</child>
</template>
</interface>