[sysprof] libsysprof-ui: use progress cell renderers
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sysprof] libsysprof-ui: use progress cell renderers
- Date: Wed, 29 May 2019 22:39:16 +0000 (UTC)
commit 354b0a7ba573c1e23ddc0fb55e9c7b79f3b872fb
Author: Christian Hergert <chergert redhat com>
Date: Mon May 20 14:18:24 2019 -0700
libsysprof-ui: use progress cell renderers
src/libsysprof-ui/ui/sysprof-callgraph-view.ui | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/libsysprof-ui/ui/sysprof-callgraph-view.ui b/src/libsysprof-ui/ui/sysprof-callgraph-view.ui
index e7ef948..c3acbcf 100644
--- a/src/libsysprof-ui/ui/sysprof-callgraph-view.ui
+++ b/src/libsysprof-ui/ui/sysprof-callgraph-view.ui
@@ -158,11 +158,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>
@@ -174,11 +174,11 @@
<property name="sort-column-id">2</property>
<property name="title" translatable="yes">Cumulative</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]