Learning_GTK4_tree/testsuite/reftests/default-size-too-small.ui

14 lines
385 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface domain="gtk40">
<object class="GtkWindow">
<property name="default-width">4</property>
<property name="decorated">0</property>
<child>
<object class="GtkLabel">
<property name="label">Hello World</property>
<property name="wrap">True</property>
</object>
</child>
</object>
</interface>