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