reftests: Fix css-match-type test

- Replace GtkImage::pixbuf with GtkImage::paintable
- Use a GtkPicture so the sizing is correct
This commit is contained in:
Benjamin Otte 2019-03-28 00:52:35 +01:00
parent d4df5211f3
commit 6d38f1dcb5

View File

@ -5,10 +5,10 @@
<property name="can_focus">False</property>
<property name="type">popup</property>
<child>
<object class="GtkImage" id="image1">
<object class="GtkPicture">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="pixbuf">green-20x20.png</property>
<property name="paintable">green-20x20.png</property>
</object>
</child>
</object>