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