inspector: Expand the resource list

This is an experiment with adding a filler column.
This commit is contained in:
Matthias Clasen 2019-12-24 11:12:49 -05:00
parent 9617a00ae3
commit 3b9f0ab866

View File

@ -62,6 +62,7 @@
<child>
<object class="GtkColumnViewColumn" id="path">
<property name="title" translatable="yes">Path</property>
<property name="expand">1</property>
<property name="factory">
<object class="GtkSignalListItemFactory">
<signal name="setup" handler="setup_name_cb"/>
@ -92,6 +93,11 @@
</property>
</object>
</child>
<child>
<object class="GtkColumnViewColumn" id="filler">
<property name="expand">1</property>
</object>
</child>
</object>
</child>
</object>