gtk/testsuite/reftests/label-wrap-width-chars.ui
Benjamin Otte 1e47b1c610 label: Handle width-chars > text width
This was broken in wrapping labels.

Testcase included.
2021-11-09 18:34:35 +01:00

14 lines
414 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="wrap">1</property>
<property name="width-chars">20</property>
</object>
</child>
</object>
</interface>