rind: Automatically size the node icon column

Images were getting cut off when descending into the node tree, so
automatically changing the sizes keeps the icon visible

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
This commit is contained in:
Anna Schumaker 2019-04-24 09:09:22 -04:00
parent 9ef6c865c6
commit e3e51ee899
1 changed files with 1 additions and 2 deletions

View File

@ -462,8 +462,7 @@ audio-volume-medium-symbolic</property>
</child>
<child>
<object class="GtkTreeViewColumn" id="treeviewcolumn1">
<property name="sizing">fixed</property>
<property name="fixed_width">50</property>
<property name="sizing">autosize</property>
<property name="title" translatable="yes">column</property>
<child>
<object class="GtkCellRendererPixbuf"/>