summaryrefslogtreecommitdiff
path: root/gtk/inspector/statistics.ui
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2014-10-13 06:01:51 +0200
committerBenjamin Otte <otte@redhat.com>2014-10-14 14:03:05 +0200
commit525676435d7f9cdec59224edef1a4040304ed477 (patch)
tree0ffb02e98b54d73ef9a37f408d95eef9fb6692bc /gtk/inspector/statistics.ui
parentdb8cdd639295b2bb24287df702b4ae6dbe7c976f (diff)
downloadgtk+-525676435d7f9cdec59224edef1a4040304ed477.tar.gz
inspector: Add type column to statistics
Rename old type column to "type name"
Diffstat (limited to 'gtk/inspector/statistics.ui')
-rw-r--r--gtk/inspector/statistics.ui13
1 files changed, 7 insertions, 6 deletions
diff --git a/gtk/inspector/statistics.ui b/gtk/inspector/statistics.ui
index af3a50338d..3066d93887 100644
--- a/gtk/inspector/statistics.ui
+++ b/gtk/inspector/statistics.ui
@@ -2,6 +2,7 @@
<interface domain="gtk30">
<object class="GtkListStore" id="model">
<columns>
+ <column type="GType"/>
<column type="gchararray"/>
<column type="gint"/>
<column type="gint"/>
@@ -47,14 +48,14 @@
<child>
<object class="GtkTreeViewColumn">
<property name="visible">True</property>
- <property name="sort-column-id">0</property>
+ <property name="sort-column-id">1</property>
<property name="title" translatable="yes">Type</property>
<child>
<object class="GtkCellRendererText">
<property name="scale">0.8</property>
</object>
<attributes>
- <attribute name="text">0</attribute>
+ <attribute name="text">1</attribute>
</attributes>
</child>
</object>
@@ -62,7 +63,7 @@
<child>
<object class="GtkTreeViewColumn" id="column_self1">
<property name="visible">False</property>
- <property name="sort-column-id">1</property>
+ <property name="sort-column-id">2</property>
<property name="title" translatable="yes">Self 1</property>
<child>
<object class="GtkCellRendererText" id="renderer_self1">
@@ -74,7 +75,7 @@
<child>
<object class="GtkTreeViewColumn" id="column_cumulative1">
<property name="visible">False</property>
- <property name="sort-column-id">2</property>
+ <property name="sort-column-id">3</property>
<property name="title" translatable="yes">Cumulative 1</property>
<child>
<object class="GtkCellRendererText" id="renderer_cumulative1">
@@ -86,7 +87,7 @@
<child>
<object class="GtkTreeViewColumn" id="column_self2">
<property name="visible">False</property>
- <property name="sort-column-id">3</property>
+ <property name="sort-column-id">4</property>
<property name="title" translatable="yes">Self 2</property>
<child>
<object class="GtkCellRendererText" id="renderer_self2">
@@ -98,7 +99,7 @@
<child>
<object class="GtkTreeViewColumn" id="column_cumulative2">
<property name="visible">False</property>
- <property name="sort-column-id">4</property>
+ <property name="sort-column-id">5</property>
<property name="title" translatable="yes">Cumulative 2</property>
<child>
<object class="GtkCellRendererText" id="renderer_cumulative2">