Learning_GTK4_tree/testsuite/reftests/label-max-width-chars-and-h...

19 lines
599 B
Plaintext
Raw Permalink Normal View History

2023-12-12 11:36:42 +01:00
<?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>
<attributes>
<attribute name="font-desc" value="Monospace"></attribute>
</attributes>
</object>
</child>
</object>
</interface>