forked from AuroraMiddleware/gtk
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.
14 lines
408 B
XML
14 lines
408 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>
|