mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
6f25168db3
Follow the style of the other tests and provide style for both the test and ref.
13 lines
366 B
XML
13 lines
366 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<object class="GtkWindow" id="window1">
|
|
<property name="type">popup</property>
|
|
<child>
|
|
<object class="GtkLabel" id="label3">
|
|
<property name="name">reference</property>
|
|
<property name="label" translatable="yes">abcdefg</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|