forked from AuroraMiddleware/gtk
351559fcfa
Now even simpler!
18 lines
545 B
XML
18 lines
545 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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>
|