libsysprof-ui: move memprof button box to bottom

This is just too hit-target dense at the top, so try to get it out of
the way a bit.
This commit is contained in:
Christian Hergert
2022-07-22 14:49:40 -07:00
parent 131953150c
commit 1a628d6469

View File

@ -4,56 +4,6 @@
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
<child>
<object class="GtkCenterBox">
<property name="orientation">horizontal</property>
<child type="center">
<object class="GtkBox">
<property name="margin-top">6</property>
<property name="margin-bottom">6</property>
<property name="margin-start">6</property>
<property name="margin-end">6</property>
<property name="orientation">horizontal</property>
<property name="homogeneous">true</property>
<style>
<class name="linked"/>
</style>
<child>
<object class="GtkToggleButton" id="summary">
<property name="label" translatable="yes">Summary</property>
<property name="active">false</property>
</object>
</child>
<child>
<object class="GtkToggleButton" id="all_allocs">
<property name="label" translatable="yes">All Allocations</property>
<property name="group">summary</property>
<property name="active">true</property>
</object>
</child>
<child>
<object class="GtkToggleButton" id="temp_allocs">
<property name="label" translatable="yes">Temporary Allocations</property>
<property name="active">false</property>
<property name="group">summary</property>
</object>
</child>
<child>
<object class="GtkToggleButton" id="leaked_allocs_button">
<property name="label" translatable="yes">Leaked Allocations</property>
<property name="active">false</property>
<property name="group">summary</property>
</object>
</child>
</object>
</child>
</object>
</child>
<child>
<object class="GtkSeparator">
<property name="orientation">horizontal</property>
</object>
</child>
<child>
<object class="GtkStack" id="stack">
<child>
@ -324,6 +274,56 @@
</child>
</object>
</child>
<child>
<object class="GtkSeparator">
<property name="orientation">horizontal</property>
</object>
</child>
<child>
<object class="GtkCenterBox">
<property name="orientation">horizontal</property>
<child type="center">
<object class="GtkBox">
<property name="margin-top">6</property>
<property name="margin-bottom">6</property>
<property name="margin-start">6</property>
<property name="margin-end">6</property>
<property name="orientation">horizontal</property>
<property name="homogeneous">true</property>
<style>
<class name="linked"/>
</style>
<child>
<object class="GtkToggleButton" id="summary">
<property name="label" translatable="yes">Summary</property>
<property name="active">false</property>
</object>
</child>
<child>
<object class="GtkToggleButton" id="all_allocs">
<property name="label" translatable="yes">All Allocations</property>
<property name="group">summary</property>
<property name="active">true</property>
</object>
</child>
<child>
<object class="GtkToggleButton" id="temp_allocs">
<property name="label" translatable="yes">Temporary Allocations</property>
<property name="active">false</property>
<property name="group">summary</property>
</object>
</child>
<child>
<object class="GtkToggleButton" id="leaked_allocs_button">
<property name="label" translatable="yes">Leaked Allocations</property>
<property name="active">false</property>
<property name="group">summary</property>
</object>
</child>
</object>
</child>
</object>
</child>
</object>
</child>
</template>