reftests: Fix grid-empty-with-spacing test

Widgets are visible by default now, so make sure the ones that should be
invisible are marked as such.
This commit is contained in:
Benjamin Otte 2019-03-29 05:42:56 +01:00
parent e861b0d6c1
commit fbc8bb979d

View File

@ -12,6 +12,7 @@
<property name="column_spacing">5</property>
<child>
<object class="GtkLabel" id="label1">
<property name="visible">False</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">invisible</property>
</object>