gtk/testsuite/reftests/paned-handle-size.ref.ui
Benjamin Otte c025bc5098 paned: Compute the right handle size
Testcase included

Fixes #4469
2021-11-21 01:49:40 +01:00

56 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface domain="gtk40">
<object class="GtkWindow">
<property name="decorated">0</property>
<child>
<object class="GtkBox">
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
<child>
<object class="GtkLabel">
<property name="label">top left</property>
</object>
</child>
<child>
<object class="GtkPicture">
<property name="height-request">20</property>
</object>
</child>
<child>
<object class="GtkLabel">
<property name="label">bottom left</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkPicture">
<property name="width-request">20</property>
</object>
</child>
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
<child>
<object class="GtkLabel">
<property name="label">top right</property>
</object>
</child>
<child>
<object class="GtkPicture">
<property name="height-request">20</property>
</object>
</child>
<child>
<object class="GtkLabel">
<property name="label">bottom right</property>
</object>
</child>
</object>
</child>
</object>
</child>
</object>
</interface>