forked from AuroraMiddleware/gtk
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
653 B
XML
21 lines
653 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="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>
|