mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 18:30:08 +00:00
00214cbb4a
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.
21 lines
698 B
XML
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>
|