gtk2/gtk/inspector/magnifier.ui
Matthias Clasen 351559fcfa Simplify all ui files again
Now even simpler!
2018-01-18 17:53:44 -05:00

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>