a11y tests: Update assistant ui file

The conversion was done with gtk-builder-tool simplify --3to4.
This commit is contained in:
Matthias Clasen 2019-02-08 09:51:02 -05:00
parent f05932811b
commit 4dc3595e2c

View File

@ -1,28 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkAssistant" id="window1">
<property name="can_focus">False</property>
<property name="type">popup</property>
<child>
<object class="GtkButton" id="button1">
<property name="label" translatable="yes">Button 1</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
</object>
<packing>
<object class="GtkAssistantPage">
<property name="title" translatable="yes">Page 1</property>
</packing>
<property name="child">
<object class="GtkButton" id="button1">
<property name="label" translatable="yes">Button 1</property>
<property name="can_focus">1</property>
</object>
</property>
</object>
</child>
<child>
<object class="GtkButton" id="button2">
<property name="label" translatable="yes">Button 2</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
</object>
<packing>
<object class="GtkAssistantPage">
<property name="title" translatable="yes">Page 2</property>
</packing>
<property name="child">
<object class="GtkButton" id="button2">
<property name="label" translatable="yes">Button 2</property>
<property name="can_focus">1</property>
</object>
</property>
</object>
</child>
</object>
</interface>