libsysprof-ui: use progress cell renderers

This commit is contained in:
Christian Hergert
2019-05-20 14:18:24 -07:00
parent ffd41b2324
commit 354b0a7ba5

View File

@ -158,11 +158,11 @@
<property name="sort-column-id">1</property> <property name="sort-column-id">1</property>
<property name="title" translatable="yes">Self</property> <property name="title" translatable="yes">Self</property>
<child> <child>
<object class="SysprofCellRendererPercent"> <object class="GtkCellRendererProgress">
<property name="xpad">6</property> <property name="width">65</property>
</object> </object>
<attributes> <attributes>
<attribute name="percent">1</attribute> <attribute name="value">1</attribute>
</attributes> </attributes>
</child> </child>
</object> </object>
@ -174,11 +174,11 @@
<property name="sort-column-id">2</property> <property name="sort-column-id">2</property>
<property name="title" translatable="yes">Cumulative</property> <property name="title" translatable="yes">Cumulative</property>
<child> <child>
<object class="SysprofCellRendererPercent"> <object class="GtkCellRendererProgress">
<property name="xpad">6</property> <property name="width">65</property>
</object> </object>
<attributes> <attributes>
<attribute name="percent">2</attribute> <attribute name="value">2</attribute>
</attributes> </attributes>
</child> </child>
</object> </object>