mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
libsysprof-ui: use progress cell renderer
This commit is contained in:
@ -42,11 +42,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>
|
||||||
@ -58,11 +58,11 @@
|
|||||||
<property name="sort-column-id">2</property>
|
<property name="sort-column-id">2</property>
|
||||||
<property name="title" translatable="yes">Total</property>
|
<property name="title" translatable="yes">Total</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>
|
||||||
@ -103,11 +103,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>
|
||||||
@ -119,11 +119,11 @@
|
|||||||
<property name="sort-column-id">2</property>
|
<property name="sort-column-id">2</property>
|
||||||
<property name="title" translatable="yes">Total</property>
|
<property name="title" translatable="yes">Total</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>
|
||||||
|
|||||||
Reference in New Issue
Block a user