[sysprof] libsysprof-ui: use progress cell renderer
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sysprof] libsysprof-ui: use progress cell renderer
- Date: Wed, 29 May 2019 22:40:11 +0000 (UTC)
commit 2527bd1beb7fd53c804f32e7e5059c58de10f834
Author: Christian Hergert <chergert redhat com>
Date: Mon May 20 17:19:15 2019 -0700
libsysprof-ui: use progress cell renderer
src/libsysprof-ui/ui/sysprof-callgraph-view.ui | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/src/libsysprof-ui/ui/sysprof-callgraph-view.ui b/src/libsysprof-ui/ui/sysprof-callgraph-view.ui
index 278274d..8b2858b 100644
--- a/src/libsysprof-ui/ui/sysprof-callgraph-view.ui
+++ b/src/libsysprof-ui/ui/sysprof-callgraph-view.ui
@@ -42,11 +42,11 @@
<property name="sort-column-id">1</property>
<property name="title" translatable="yes">Self</property>
<child>
- <object class="SysprofCellRendererPercent">
- <property name="xpad">6</property>
+ <object class="GtkCellRendererProgress">
+ <property name="width">65</property>
</object>
<attributes>
- <attribute name="percent">1</attribute>
+ <attribute name="value">1</attribute>
</attributes>
</child>
</object>
@@ -58,11 +58,11 @@
<property name="sort-column-id">2</property>
<property name="title" translatable="yes">Total</property>
<child>
- <object class="SysprofCellRendererPercent">
- <property name="xpad">6</property>
+ <object class="GtkCellRendererProgress">
+ <property name="width">65</property>
</object>
<attributes>
- <attribute name="percent">2</attribute>
+ <attribute name="value">2</attribute>
</attributes>
</child>
</object>
@@ -103,11 +103,11 @@
<property name="sort-column-id">1</property>
<property name="title" translatable="yes">Self</property>
<child>
- <object class="SysprofCellRendererPercent">
- <property name="xpad">6</property>
+ <object class="GtkCellRendererProgress">
+ <property name="width">65</property>
</object>
<attributes>
- <attribute name="percent">1</attribute>
+ <attribute name="value">1</attribute>
</attributes>
</child>
</object>
@@ -119,11 +119,11 @@
<property name="sort-column-id">2</property>
<property name="title" translatable="yes">Total</property>
<child>
- <object class="SysprofCellRendererPercent">
- <property name="xpad">6</property>
+ <object class="GtkCellRendererProgress">
+ <property name="width">65</property>
</object>
<attributes>
- <attribute name="percent">2</attribute>
+ <attribute name="value">2</attribute>
</attributes>
</child>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]