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 2c1a0d3d2e
commit 57d635e1a1

View File

@@ -61,6 +61,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"/>
@@ -91,6 +92,11 @@
</property>
</object>
</child>
<child>
<object class="GtkColumnViewColumn" id="filler">
<property name="expand">1</property>
</object>
</child>
</object>
</child>
</object>