--- /dev/null
+<?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="xalign">0</property>
+ <property name="label" translatable="yes">ABCDE
+ABCD</property>
+ <property name="max_width_chars">4</property>
+ <attributes>
+ <attribute name="font-desc" value="Monospace"></attribute>
+ </attributes>
+ </object>
+ </child>
+ </object>
+</interface>
--- /dev/null
+<?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>
'label-fonts.css',
'label-fonts.ref.ui',
'label-fonts.ui',
+ 'label-max-width-chars-and-halign-and-infinite-width.ui',
+ 'label-max-width-chars-and-halign-and-infinite-width.ref.ui',
'label-shadows.css',
'label-shadows.ref.ui',
'label-shadows.ui',