mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-ui: setup autosize
This helps with the long text to not get prematurely ellipsized
This commit is contained in:
@ -146,7 +146,7 @@
|
|||||||
<child>
|
<child>
|
||||||
<object class="GtkTreeViewColumn" id="descendants_name_column">
|
<object class="GtkTreeViewColumn" id="descendants_name_column">
|
||||||
<property name="expand">true</property>
|
<property name="expand">true</property>
|
||||||
<property name="sizing">fixed</property>
|
<property name="sizing">autosize</property>
|
||||||
<property name="sort-column-id">0</property>
|
<property name="sort-column-id">0</property>
|
||||||
<property name="title" translatable="yes">Descendants</property>
|
<property name="title" translatable="yes">Descendants</property>
|
||||||
</object>
|
</object>
|
||||||
|
|||||||
Reference in New Issue
Block a user