gtk/testsuite/reftests/label-max-width-chars-and-halign-and-infinite-width.ui
Benjamin Otte 00214cbb4a testsuite: Add test specifically for recent fix
label-sizing.ui tests this, too - but that test tests lots of other
things, and if this ever happens again, we want to debug it in a small
test.
2021-10-19 01:10:59 +02:00

21 lines
698 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" >
<property name="decorated">0</property>
<property name="width-request">200</property>
<child>
<object class="GtkLabel" >
<property name="halign">start</property>
<property name="valign">end</property>
<property name="label" translatable="yes">ABCDE ABCD</property>
<property name="xalign">0.0</property>
<property name="wrap">1</property>
<property name="max-width-chars">4</property>
<attributes>
<attribute name="font-desc" value="Monospace"></attribute>
</attributes>
</object>
</child>
</object>
</interface>