Fix gtk-builder-tool tests
This commit is contained in:
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Reference in New Issue
Block a user