forked from AuroraMiddleware/gtk
1e47b1c610
This was broken in wrapping labels. Testcase included.
13 lines
371 B
XML
13 lines
371 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<object class="GtkWindow" id="window1">
|
|
<property name="decorated">0</property>
|
|
<child>
|
|
<object class="GtkLabel" id="label1">
|
|
<property name="label" translatable="yes">Hello World</property>
|
|
<property name="width-chars">20</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|