mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
libsysprof-ui: remove unused columns
This commit is contained in:
@ -12,54 +12,6 @@
|
|||||||
<property name="headers-visible">false</property>
|
<property name="headers-visible">false</property>
|
||||||
<property name="enable-grid-lines">horizontal</property>
|
<property name="enable-grid-lines">horizontal</property>
|
||||||
<property name="visible">true</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>
|
<child>
|
||||||
<object class="GtkTreeViewColumn" id="duration_column">
|
<object class="GtkTreeViewColumn" id="duration_column">
|
||||||
<property name="title" translatable="yes">Duration</property>
|
<property name="title" translatable="yes">Duration</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user