summaryrefslogtreecommitdiff
path: root/gtk/inspector/magnifier.ui
blob: 27d72e9ba1c167056a1e34ed5ecc130984397664 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<interface domain="gtk40">
  <template class="GtkInspectorMagnifier" parent="GtkBox">
    <property name="orientation">vertical</property>
    <child>
      <object class="GtkScrolledWindow">
        <property name="expand">1</property>
        <child>
          <object class="GtkMagnifier" id="magnifier">
            <property name="visible">True</property>
            <property name="resize">True</property>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>