mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-12 20:00:09 +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.
17 lines
497 B
XML
17 lines
497 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<object class="GtkWindow">
|
|
<property name="decorated">0</property>
|
|
<property name="width-request">100</property>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="label">letter is off</property>
|
|
<property name="xalign">0</property>
|
|
<attributes>
|
|
<attribute name="style" value="italic" start="0" end="-1"></attribute>
|
|
</attributes>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|