mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
3df565cbf7
After figuring out what the actual problem is, name the reftest properly. The actual problem is that the use-fallback property is ignored when using an icon-name on GtkImage.
18 lines
594 B
XML
18 lines
594 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Generated with glade 3.19.0 -->
|
|
<interface>
|
|
<requires lib="gtk+" version="3.10"/>
|
|
<object class="GtkWindow" id="window1">
|
|
<property name="can_focus">False</property>
|
|
<property name="type">popup</property>
|
|
<child>
|
|
<object class="GtkImage" id="image1">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="icon_name">edit-delete-lolwtfbbq</property>
|
|
<property name="use_fallback">True</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|