gtk/testsuite/reftests/label-overdraw-vertical.ref.ui
Benjamin Otte ffd3801b1d testsuite: Add tests for label overdraw
This brings back a subset of what quit-mnemonic.ui tested for, but
trying a lot harder to trigger the label overdrawing its allocation,
which will cause the text to be cut off when clipping is happening.

It should not be an issue at all with GTK4, but keeping that test around
is a good idea.
2022-05-17 00:14:19 +02:00

15 lines
409 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow">
<property name="decorated">0</property>
<property name="height-request">100</property>
<child>
<object class="GtkLabel">
<property name="label" translatable="yes">T̰̰̰hree tildes below
</property>
<property name="valign">start</property>
</object>
</child>
</object>
</interface>