gtk/testsuite/reftests/label-wrap-word-char-natural-size.ref.ui
2021-12-13 14:49:39 +01:00

25 lines
667 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow">
<property name="default-width">300</property>
<property name="default-height">300</property>
<child>
<object class="GtkBox">
<property name="halign">center</property>
<property name="valign">center</property>
<child>
<object class="GtkLabel">
<property name="label">two
lines</property>
</object>
</child>
<child>
<object class="GtkLabel">
<property name="label">unwrapped</property>
</object>
</child>
</object>
</child>
</object>
</interface>