Merge branch 'matthiasc/for-master' into 'master'

Fix a leftover occurrence of ::expand

See merge request GNOME/gtk!1485
This commit is contained in:
Matthias Clasen 2020-02-27 01:12:23 +00:00
commit 73d40c2e6e

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">