forked from AuroraMiddleware/gtk
396deb44fa
Run gtk4-builder-tool simplify --3to4 over all ui files.
35 lines
1.2 KiB
XML
35 lines
1.2 KiB
XML
<interface>
|
|
<object class="GtkWindow" id="window1">
|
|
<property name="height_request">120</property>
|
|
<property name="type">popup</property>
|
|
<child>
|
|
<object class="GtkPaned" id="paned1">
|
|
<property name="shrink-child2">True</property>
|
|
<property name="resize-child2">True</property>
|
|
<property name="shrink-child1">True</property>
|
|
<property name="resize-child1">False</property>
|
|
<property name="can_focus">1</property>
|
|
<property name="orientation">vertical</property>
|
|
<property name="position">10</property>
|
|
<child>
|
|
<object class="GtkGrid" id="grid1">
|
|
<child>
|
|
<object class="GtkBox" id="box1">
|
|
<property name="width_request">50</property>
|
|
<property name="height_request">50</property>
|
|
</object>
|
|
<packing>
|
|
<property name="left_attach">0</property>
|
|
<property name="top_attach">0</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel" id="label1"/>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|