gtk/testsuite/reftests/icon-effect-missing.ref.ui
Matthias Clasen 4f81dc1eaf Fix the icon-effect-missing reftest
This was comparing the included image-missing icon
with the one in the current icontheme on the test
system. Works fine as long as we don't change
the icons (which we just did). To avoid this, set
the icontheme to hicolor for this test, which does
not have the image-missing icon, so we end up getting
the builtin icon for both ui files.
2021-05-04 16:21:37 -04:00

27 lines
817 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
<property name="decorated">0</property>
<signal name="map" handler="reftest:set_icon_theme_hicolor" swapped="no"/>
<child>
<object class="GtkBox" id="box1">
<child>
<object class="GtkImage" id="image1">
<property name="icon_name">image-missing</property>
</object>
</child>
<child>
<object class="GtkImage" id="image2">
<property name="icon_name">image-missing</property>
</object>
</child>
<child>
<object class="GtkImage" id="image3">
<property name="icon_name">image-missing</property>
</object>
</child>
</object>
</child>
</object>
</interface>