gtk2/testsuite/reftests/label-fonts.ref.ui
Matthias Clasen 6f25168db3 Make the newly added test a bit more robust
Follow the style of the other tests and provide
style for both the test and ref.
2019-05-03 02:15:07 +00:00

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>