reftests: get icon-vfuncs test almost working again

The remaining difference here is GtkArrow, which is deprecated
and has not been updated to the latest CSS rendering standards.
This commit is contained in:
Matthias Clasen
2016-01-29 12:20:31 -05:00
parent fac5ed6165
commit 866193f6af
3 changed files with 11 additions and 7 deletions

View File

@ -23,6 +23,8 @@
<object class="GtkSpinner" id="spinner1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">center</property>
<property name="valign">center</property>
</object>
<packing>
<property name="left_attach">1</property>
@ -80,6 +82,8 @@
<property name="receives_default">False</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
<property name="halign">center</property>
<property name="valign">center</property>
</object>
<packing>
<property name="left_attach">1</property>
@ -94,6 +98,8 @@
<property name="xalign">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
<property name="halign">center</property>
<property name="valign">center</property>
</object>
<packing>
<property name="left_attach">1</property>
@ -118,6 +124,8 @@
<object class="GtkExpander" id="expander1">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="halign">center</property>
<property name="valign">center</property>
<child>
<placeholder/>
</child>