forked from AuroraMiddleware/gtk
2957b86f72
This tests that listing multiple font families in the css font-family property works as expected.
13 lines
362 B
XML
13 lines
362 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">label</property>
|
|
<property name="label" translatable="yes">abcdefg</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|