Fix gtk-builder-tool tests

This commit is contained in:
Matthias Clasen
2019-09-03 22:34:06 -04:00
parent 17064928d2
commit 90dfff5901
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<!-- non-default property not stripped --> <!-- non-default property not stripped -->
<interface> <interface>
<object class="GtkWindow"> <object class="GtkWindow">
<property name="visible">True</property> <property name="visible">1</property>
</object> </object>
</interface> </interface>

View File

@ -1,6 +1,6 @@
<!-- translatable property not stripped --> <!-- translatable property not stripped -->
<interface> <interface>
<object class="GtkWindow"> <object class="GtkWindow">
<property name="visible" translatable="yes">False</property> <property name="visible" translatable="yes">0</property>
</object> </object>
</interface> </interface>

View File

@ -1,6 +1,6 @@
<!-- irrelevant comments and context are stripped --> <!-- irrelevant comments and context are stripped -->
<interface> <interface>
<object class="GtkWindow"> <object class="GtkWindow">
<property name="visible">True</property> <property name="visible">1</property>
</object> </object>
</interface> </interface>

View File

@ -4,7 +4,7 @@
<child> <child>
<object class="GtkLabel"/> <object class="GtkLabel"/>
<packing> <packing>
<property name="expand">True</property> <property name="expand">1</property>
</packing> </packing>
</child> </child>
</object> </object>