libsysprof-ui: add label for number of allocations

This commit is contained in:
Christian Hergert
2020-02-21 12:39:13 -08:00
parent 9bcaaac778
commit 9b52e88d3a
2 changed files with 33 additions and 3 deletions

View File

@ -133,7 +133,6 @@
<child>
<object class="GtkLabel">
<property name="visible">True</property>
<property name="margin-bottom">12</property>
<property name="label" translatable="yes">Counters Captured</property>
<property name="xalign">1</property>
<style>
@ -145,6 +144,21 @@
<property name="row">8</property>
</packing>
</child>
<child>
<object class="GtkLabel">
<property name="visible">True</property>
<property name="margin-bottom">12</property>
<property name="label" translatable="yes">Allocations Captured</property>
<property name="xalign">1</property>
<style>
<class name="dim-label"/>
</style>
</object>
<packing>
<property name="column">left</property>
<property name="row">9</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="filename">
<property name="width-chars">35</property>
@ -255,7 +269,6 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="ellipsize">start</property>
<property name="margin-bottom">12</property>
<property name="xalign">0</property>
<property name="selectable">True</property>
</object>
@ -264,6 +277,20 @@
<property name="row">8</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="allocations">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="ellipsize">start</property>
<property name="margin-bottom">12</property>
<property name="xalign">0</property>
<property name="selectable">True</property>
</object>
<packing>
<property name="column">center</property>
<property name="row">9</property>
</packing>
</child>
<child>
<object class="GtkFrame">
<property name="visible">True</property>
@ -347,7 +374,7 @@
</object>
<packing>
<property name="column">center</property>
<property name="row">9</property>
<property name="row">10</property>
</packing>
</child>
</object>