mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-12 20:00:09 +00:00
30164d5b46
Testcase included Fixes #4324
12 lines
326 B
XML
12 lines
326 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<object class="GtkWindow">
|
|
<property name="width_request">100</property>
|
|
<property name="height_request">100</property>
|
|
<property name="decorated">0</property>
|
|
<property name="child">
|
|
<object class="GtkBox" />
|
|
</property>
|
|
</object>
|
|
</interface>
|