1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Generated with glade 3.22.2 -->
3<interface>
4  <requires lib="gtk+" version="3.20"/>
5  <object class="GtkDialog" id="dialog">
6    <property name="can_focus">False</property>
7    <property name="border_width">6</property>
8    <property name="resizable">False</property>
9    <property name="destroy_with_parent">True</property>
10    <property name="type_hint">dialog</property>
11    <child type="titlebar">
12      <placeholder/>
13    </child>
14    <child internal-child="vbox">
15      <object class="GtkBox" id="dialog-vbox">
16        <property name="visible">True</property>
17        <property name="can_focus">False</property>
18        <property name="orientation">vertical</property>
19        <property name="spacing">12</property>
20        <child internal-child="action_area">
21          <object class="GtkButtonBox" id="dialog-action_area1">
22            <property name="visible">True</property>
23            <property name="can_focus">False</property>
24            <property name="layout_style">end</property>
25            <child>
26              <object class="GtkButton" id="continue_button">
27                <property name="label" translatable="yes">Continue</property>
28                <property name="visible">True</property>
29                <property name="can_focus">True</property>
30                <property name="has_focus">True</property>
31                <property name="is_focus">True</property>
32                <property name="can_default">True</property>
33                <property name="has_default">True</property>
34                <property name="receives_default">True</property>
35                <property name="use_underline">True</property>
36              </object>
37              <packing>
38                <property name="expand">False</property>
39                <property name="fill">False</property>
40                <property name="position">0</property>
41              </packing>
42            </child>
43          </object>
44          <packing>
45            <property name="expand">False</property>
46            <property name="fill">True</property>
47            <property name="pack_type">end</property>
48            <property name="position">0</property>
49          </packing>
50        </child>
51        <child>
52          <object class="GtkBox" id="contents_vbox">
53            <property name="visible">True</property>
54            <property name="can_focus">False</property>
55            <property name="orientation">vertical</property>
56            <property name="spacing">12</property>
57            <child>
58              <object class="GtkLabel" id="label">
59                <property name="visible">True</property>
60                <property name="can_focus">False</property>
61                <property name="wrap">True</property>
62              </object>
63              <packing>
64                <property name="expand">True</property>
65                <property name="fill">True</property>
66                <property name="position">0</property>
67              </packing>
68            </child>
69          </object>
70          <packing>
71            <property name="expand">True</property>
72            <property name="fill">True</property>
73            <property name="position">1</property>
74          </packing>
75        </child>
76      </object>
77    </child>
78    <action-widgets>
79      <action-widget response="-3">continue_button</action-widget>
80    </action-widgets>
81  </object>
82</interface>
83