forked from AuroraMiddleware/gtk
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>
|