mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
170bc0a8de
Previously, the code did not expand the size properly when a default size was already set. Reftest included.
13 lines
291 B
XML
13 lines
291 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface domain="gtk40">
|
|
<object class="GtkWindow">
|
|
<property name="decorated">0</property>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="label">Hello
|
|
World</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|