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="type_hint">dialog</property>
9    <child type="titlebar">
10      <placeholder/>
11    </child>
12    <child internal-child="vbox">
13      <object class="GtkBox" id="dialog-vbox">
14        <property name="visible">True</property>
15        <property name="can_focus">False</property>
16        <property name="orientation">vertical</property>
17        <property name="spacing">12</property>
18        <child internal-child="action_area">
19          <object class="GtkButtonBox" id="dialog-action_area1">
20            <property name="visible">True</property>
21            <property name="can_focus">False</property>
22            <property name="layout_style">end</property>
23            <child>
24              <object class="GtkButton" id="continue_button">
25                <property name="label" translatable="yes">Continue</property>
26                <property name="visible">True</property>
27                <property name="can_focus">True</property>
28                <property name="has_focus">True</property>
29                <property name="is_focus">True</property>
30                <property name="can_default">True</property>
31                <property name="has_default">True</property>
32                <property name="receives_default">True</property>
33                <property name="use_underline">True</property>
34              </object>
35              <packing>
36                <property name="expand">False</property>
37                <property name="fill">False</property>
38                <property name="position">0</property>
39              </packing>
40            </child>
41          </object>
42          <packing>
43            <property name="expand">False</property>
44            <property name="fill">True</property>
45            <property name="pack_type">end</property>
46            <property name="position">0</property>
47          </packing>
48        </child>
49        <child>
50          <object class="GtkBox" id="contents_vbox">
51            <property name="visible">True</property>
52            <property name="can_focus">False</property>
53            <property name="orientation">vertical</property>
54            <property name="spacing">12</property>
55            <child>
56              <object class="GtkLabel" id="label">
57                <property name="visible">True</property>
58                <property name="can_focus">False</property>
59                <property name="label" translatable="yes">So and so encounters a monster and...</property>
60                <property name="wrap">True</property>
61              </object>
62              <packing>
63                <property name="expand">True</property>
64                <property name="fill">True</property>
65                <property name="position">0</property>
66              </packing>
67            </child>
68          </object>
69          <packing>
70            <property name="expand">True</property>
71            <property name="fill">True</property>
72            <property name="position">1</property>
73          </packing>
74        </child>
75      </object>
76    </child>
77    <action-widgets>
78      <action-widget response="-3">continue_button</action-widget>
79    </action-widgets>
80  </object>
81</interface>
82