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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user