libsysprof-ui: add hits column

This commit is contained in:
Christian Hergert
2019-05-20 13:56:08 -07:00
parent 1ba6799847
commit ffd41b2324
2 changed files with 21 additions and 3 deletions

View File

@ -183,6 +183,21 @@
</child>
</object>
</child>
<child>
<object class="GtkTreeViewColumn" id="function_hits_column">
<property name="expand">false</property>
<property name="sizing">fixed</property>
<property name="title" translatable="yes">Hits</property>
<child>
<object class="GtkCellRendererText">
<property name="xalign">1.0</property>
</object>
<attributes>
<attribute name="text">4</attribute>
</attributes>
</child>
</object>
</child>
</object>
</child>
</object>