libsysprof-ui: setup autosize

This helps with the long text to not get prematurely ellipsized
This commit is contained in:
Christian Hergert
2019-05-23 16:46:45 -07:00
parent 7fd8ca4c8f
commit c19ae705f7

View File

@ -146,7 +146,7 @@
<child>
<object class="GtkTreeViewColumn" id="descendants_name_column">
<property name="expand">true</property>
<property name="sizing">fixed</property>
<property name="sizing">autosize</property>
<property name="sort-column-id">0</property>
<property name="title" translatable="yes">Descendants</property>
</object>