forked from AuroraMiddleware/gtk
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:
parent
d4df5211f3
commit
6d38f1dcb5
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user