Don't set child position in a ui file

It is not necessary, and causes assertions in some of
our tests.
This commit is contained in:
Matthias Clasen 2017-10-10 19:40:29 -04:00
parent 0836e8cf59
commit 5d86d209e9

View File

@ -26,7 +26,6 @@
</object> </object>
<packing> <packing>
<property name="pack-type">end</property> <property name="pack-type">end</property>
<property name="position">1</property>
</packing> </packing>
</child> </child>
<child> <child>
@ -45,9 +44,6 @@
</object> </object>
</child> </child>
</object> </object>
<packing>
<property name="position">2</property>
</packing>
</child> </child>
</object> </object>
</child> </child>