forked from AuroraMiddleware/gtk
Merge branch 'matthiasc/for-master' into 'master'
Fix a leftover occurrence of ::expand See merge request GNOME/gtk!1485
This commit is contained in:
commit
73d40c2e6e
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user