Fix gtk-builder-tool tests
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<!-- non-default property not stripped -->
|
||||
<interface>
|
||||
<object class="GtkWindow">
|
||||
<property name="visible">True</property>
|
||||
<property name="visible">1</property>
|
||||
</object>
|
||||
</interface>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<!-- translatable property not stripped -->
|
||||
<interface>
|
||||
<object class="GtkWindow">
|
||||
<property name="visible" translatable="yes">False</property>
|
||||
<property name="visible" translatable="yes">0</property>
|
||||
</object>
|
||||
</interface>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<!-- irrelevant comments and context are stripped -->
|
||||
<interface>
|
||||
<object class="GtkWindow">
|
||||
<property name="visible">True</property>
|
||||
<property name="visible">1</property>
|
||||
</object>
|
||||
</interface>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<child>
|
||||
<object class="GtkLabel"/>
|
||||
<packing>
|
||||
<property name="expand">True</property>
|
||||
<property name="expand">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
|
Reference in New Issue
Block a user