forked from AuroraMiddleware/gtk
4b71ed3f5e
These tests need to test GTK4 ui file syntax.
14 lines
320 B
XML
14 lines
320 B
XML
<!-- default layout property gets stripped -->
|
|
<interface>
|
|
<object class="GtkGrid">
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<layout>
|
|
<property name="column-span">1</property>
|
|
<property name="row-span">2</property>
|
|
</layout>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|