mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
ffd3801b1d
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.
15 lines
409 B
XML
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>
|