libsysprof-ui: remove unused columns

This commit is contained in:
Christian Hergert
2019-05-22 11:24:41 -07:00
parent 2e1a6a21de
commit b854a71804

View File

@ -12,54 +12,6 @@
<property name="headers-visible">false</property>
<property name="enable-grid-lines">horizontal</property>
<property name="visible">true</property>
<child>
<object class="GtkTreeViewColumn">
<property name="title" translatable="yes">Group</property>
<property name="resizable">true</property>
<property name="expand">false</property>
<property name="visible">false</property>
<child>
<object class="GtkCellRendererText" id="text_cell">
<property name="xalign">0</property>
</object>
<attributes>
<attribute name="text">0</attribute>
</attributes>
</child>
</object>
</child>
<child>
<object class="GtkTreeViewColumn">
<property name="title" translatable="yes">Name</property>
<property name="resizable">true</property>
<property name="expand">false</property>
<property name="visible">false</property>
<child>
<object class="GtkCellRendererText">
<property name="xalign">0</property>
</object>
<attributes>
<attribute name="text">1</attribute>
</attributes>
</child>
</object>
</child>
<child>
<object class="GtkTreeViewColumn" id="elapsed_column">
<property name="title" translatable="yes">Elapsed</property>
<property name="resizable">true</property>
<property name="expand">false</property>
<property name="visible">false</property>
<child>
<object class="GtkCellRendererText">
<property name="xalign">0</property>
</object>
<attributes>
<attribute name="text">4</attribute>
</attributes>
</child>
</object>
</child>
<child>
<object class="GtkTreeViewColumn" id="duration_column">
<property name="title" translatable="yes">Duration</property>