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