Fix a leftover occurrence of ::expand

This commit is contained in:
Matthias Clasen 2020-02-26 19:31:25 -05:00
parent dcbecdac31
commit 90376d6d6e

View File

@ -90,7 +90,8 @@
<property name="orientation">vertical</property>
<child>
<object class="GtkScrolledWindow">
<property name="expand">1</property>
<property name="hexpand">1</property>
<property name="vexpand">1</property>
<property name="min-content-height">100</property>
<child>
<object class="GtkTreeView" id="prop_tree">