1<?xml version="1.0" encoding="UTF-8"?>
2<interface domain="gtk30">
3  <template class="GtkInspectorMagnifier" parent="GtkBox">
4    <property name="orientation">vertical</property>
5    <child>
6      <object class="GtkScrolledWindow">
7        <property name="visible">True</property>
8        <property name="hscrollbar-policy">automatic</property>
9        <property name="vscrollbar-policy">automatic</property>
10        <property name="expand">True</property>
11        <property name="shadow-type">none</property>
12        <child>
13          <object class="GtkMagnifier" id="magnifier">
14            <property name="visible">True</property>
15            <property name="resize">True</property>
16          </object>
17        </child>
18      </object>
19    </child>
20  </template>
21</interface>
22