forked from AuroraMiddleware/gtk
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:
parent
0836e8cf59
commit
5d86d209e9
@ -26,7 +26,6 @@
|
||||
</object>
|
||||
<packing>
|
||||
<property name="pack-type">end</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
@ -45,9 +44,6 @@
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="position">2</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
|
Loading…
Reference in New Issue
Block a user