Add a test for the previous fix

This commit is contained in:
Matthias Clasen 2019-11-29 09:50:04 -05:00
parent c3ca34cf51
commit 174cdb09a7
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkGrid">
<child>
<object class="GtkLabel">
<layout>
<property name="left-attach">0</property>
<property name="top-attach">0</property>
</layout>
</object>
</child>
</object>
</interface>

View File

@ -0,0 +1,13 @@
<!-- non-default child property remains -->
<interface>
<object class="GtkGrid">
<child>
<object class="GtkLabel">
<layout>
<property name="left-attach">0</property>
<property name="top-attach">0</property>
</layout>
</object>
</child>
</object>
</interface>